Home
last modified time | relevance | path

Searched refs:ScreenWidth (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
DBltLibSample.c190 UINTN LineWidth, TriWidth, ScreenWidth; in TestColor() local
194 BltLibGetSizes (&ScreenWidth, &ScreenHeight); in TestColor()
196 BltLibVideoFill (&Color, 0, 0, ScreenWidth, ScreenHeight); in TestColor()
203 MultU64x32 (8660254, (UINT32) ScreenWidth), in TestColor()
206 if (TriWidth > ScreenWidth) { in TestColor()
208 TriWidth = ScreenWidth; in TestColor()
216 X1 = (ScreenWidth - TriWidth) / 2; in TestColor()
/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector.h49 static inline int ScreenWidth() { in ScreenWidth() function
54 return AlignToPowerOf2(ScreenWidth() * BytesPerPixel(), 4); in ScreenStride()
/device/google/cuttlefish/host/frontend/vnc_server/
Dsimulated_hw_composer.cpp95 const auto* raw_start = &raw_screen[y * ScreenConnector::ScreenWidth() * in MakeStripes()
98 raw_start + (height * ScreenConnector::ScreenWidth() * in MakeStripes()
109 s.width = ScreenConnector::ScreenWidth(); in MakeStripes()
Dvnc_client_connection.cpp262 static_cast<std::uint16_t>(ScreenWidth()), in SendServerInit()
419 static_cast<std::uint16_t>(ScreenWidth()), in SendDesktopSizeUpdate()
507 std::make_pair(ScreenConnector::ScreenWidth() - y_pos, x_pos); in HandlePointerEvent()
535 int VncClientConnection::ScreenWidth() const { in ScreenWidth() function in VncClientConnection
537 ? ScreenConnector::ScreenWidth() in ScreenWidth()
544 : ScreenConnector::ScreenWidth(); in ScreenHeight()
Dvnc_client_connection.h124 int ScreenWidth() const REQUIRES(m_);
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
DCirrusLogic5430UgaDraw.c133 UINTN ScreenWidth; in CirrusLogic5430UgaDrawBlt() local
238 ScreenWidth = Private->ModeData[Private->CurrentMode].HorizontalResolution; in CirrusLogic5430UgaDrawBlt()
256 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) (((ScreenWidth << 8) & 0xff00) | 0x24)); in CirrusLogic5430UgaDrawBlt()
257 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((ScreenWidth & 0xff00) | 0x25)); in CirrusLogic5430UgaDrawBlt()
258 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) (((ScreenWidth << 8) & 0xff00) | 0x26)); in CirrusLogic5430UgaDrawBlt()
259 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((ScreenWidth & 0xff00) | 0x27)); in CirrusLogic5430UgaDrawBlt()
DCirrusLogic5430GraphicsOutput.c236 UINTN ScreenWidth; in CirrusLogic5430GraphicsOutputBlt() local
343 ScreenWidth = Private->ModeData[CurrentMode].HorizontalResolution; in CirrusLogic5430GraphicsOutputBlt()
361 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) (((ScreenWidth << 8) & 0xff00) | 0x24)); in CirrusLogic5430GraphicsOutputBlt()
362 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((ScreenWidth & 0xff00) | 0x25)); in CirrusLogic5430GraphicsOutputBlt()
363 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) (((ScreenWidth << 8) & 0xff00) | 0x26)); in CirrusLogic5430GraphicsOutputBlt()
364 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((ScreenWidth & 0xff00) | 0x27)); in CirrusLogic5430GraphicsOutputBlt()
DCirrusLogic5430.h403 UINTN ScreenWidth,
DCirrusLogic5430.c808 UINTN ScreenWidth, in DrawLogo() argument
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
DQemu.h444 UINTN ScreenWidth,
DDriver.c771 UINTN ScreenWidth, in DrawLogo() argument