Searched refs:ScreenHeight (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c191 UINTN TriHeight, ScreenHeight; local
194 BltLibGetSizes (&ScreenWidth, &ScreenHeight);
196 BltLibVideoFill (&Color, 0, 0, ScreenWidth, ScreenHeight);
199 MultU64x32 (11547005, (UINT32) ScreenHeight),
209 } else if (TriHeight > ScreenHeight) {
211 TriHeight = ScreenHeight;
219 Y2 = (ScreenHeight - TriHeight) / 2;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaGraphicsOutput.c272 UINTN ScreenHeight; local
367 ScreenHeight = Private->ModeData[CurrentMode].VerticalResolution;
370 VBoxVgaGraphicsOutputBlt(This, (EFI_GRAPHICS_OUTPUT_BLT_PIXEL*)Private->TmpBuf, EfiBltVideoToBltBuffer, SourceX, SourceY, 0, 0, ScreenWidth - SourceX, ScreenHeight - SourceY, 0);
371 VBoxVgaGraphicsOutputBlt(This, (EFI_GRAPHICS_OUTPUT_BLT_PIXEL*)Private->TmpBuf, EfiBltBufferToVideo, 0, 0, DestinationX, DestinationY, ScreenWidth - SourceX, ScreenHeight - SourceY, 0);
H A DVBoxVgaUgaDraw.c169 UINTN ScreenHeight; local
261 ScreenHeight = Private->ModeData[Private->CurrentMode].VerticalResolution;
264 VBoxVgaUgaDrawBlt(This, (EFI_UGA_PIXEL *)Private->TmpBuf, EfiUgaVideoToBltBuffer, SourceX, SourceY, 0, 0, ScreenWidth - SourceX, ScreenHeight - SourceY, 0);
265 VBoxVgaUgaDrawBlt(This, (EFI_UGA_PIXEL *)Private->TmpBuf, EfiUgaBltBufferToVideo, 0, 0, DestinationX, DestinationY, ScreenWidth - SourceX, ScreenHeight - SourceY, 0);
H A DVBoxVga.h415 UINTN ScreenHeight
H A DVBoxVga.c894 UINTN ScreenHeight
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430.h404 UINTN ScreenHeight
H A DCirrusLogic5430.c809 UINTN ScreenHeight
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DQemu.h384 UINTN ScreenHeight
H A DDriver.c628 UINTN ScreenHeight

Completed in 77 milliseconds