Searched defs:VerticalResolution (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitterGraphics.c123 if ((Info->HorizontalResolution == Mode->HorizontalResolution) && (Info->VerticalResolution == Mode->VerticalResolution)) {
140 Mode->VerticalResolution,
304 @param VerticalResolution The size of video screen in pixels in the Y dimension.
318 OUT UINT32 *VerticalResolution,
326 (VerticalResolution == NULL) ||
337 *VerticalResolution = Private->UgaVerticalResolution;
350 @param VerticalResolution The size of video screen in pixels in the Y dimension.
364 IN UINT32 VerticalResolution,
387 Private->UgaVerticalResolution = VerticalResolution;
315 ConSplitterUgaDrawGetMode( IN EFI_UGA_DRAW_PROTOCOL *This, OUT UINT32 *HorizontalResolution, OUT UINT32 *VerticalResolution, OUT UINT32 *ColorDepth, OUT UINT32 *RefreshRate ) argument
361 ConSplitterUgaDrawSetMode( IN EFI_UGA_DRAW_PROTOCOL *This, IN UINT32 HorizontalResolution, IN UINT32 VerticalResolution, IN UINT32 ColorDepth, IN UINT32 RefreshRate ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430UgaDraw.c27 OUT UINT32 *VerticalResolution,
41 (VerticalResolution == NULL) ||
48 *VerticalResolution = Private->ModeData[Private->CurrentMode].VerticalResolution;
60 IN UINT32 VerticalResolution,
76 if (VerticalResolution != Private->ModeData[Index].VerticalResolution) {
170 if (SourceY + Height > Private->ModeData[Private->CurrentMode].VerticalResolution) {
181 if (DestinationY + Height > Private->ModeData[Private->CurrentMode].VerticalResolution) {
406 Private->ModeData[Private->CurrentMode].VerticalResolution,
24 CirrusLogic5430UgaDrawGetMode( IN EFI_UGA_DRAW_PROTOCOL *This, OUT UINT32 *HorizontalResolution, OUT UINT32 *VerticalResolution, OUT UINT32 *ColorDepth, OUT UINT32 *RefreshRate ) argument
57 CirrusLogic5430UgaDrawSetMode( IN EFI_UGA_DRAW_PROTOCOL *This, IN UINT32 HorizontalResolution, IN UINT32 VerticalResolution, IN UINT32 ColorDepth, IN UINT32 RefreshRate ) argument
[all...]
H A DCirrusLogic5430.h60 UINT32 VerticalResolution; member in struct:__anon12601
H A DEdid.c57 UINT16 VerticalResolution; member in struct:__anon12605
177 Key = (EdidTiming->HorizontalResolution * 2) + EdidTiming->VerticalResolution;
233 UINT16 VerticalResolution; local
286 VerticalResolution = (UINT16) (HorizontalResolution / 16 * 10);
289 VerticalResolution = (UINT16) (HorizontalResolution / 4 * 3);
292 VerticalResolution = (UINT16) (HorizontalResolution / 5 * 4);
295 VerticalResolution = (UINT16) (HorizontalResolution / 16 * 9);
298 VerticalResolution = (UINT16) (HorizontalResolution / 4 * 3);
303 TempTiming.VerticalResolution = VerticalResolution;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaUgaDraw.c55 OUT UINT32 *VerticalResolution,
69 (VerticalResolution == NULL) ||
76 *VerticalResolution = Private->ModeData[Private->CurrentMode].VerticalResolution;
87 IN UINT32 VerticalResolution,
95 DEBUG((DEBUG_INFO, "%a:%d VIDEO: %dx%d %d bpp\n", __FILE__, __LINE__, HorizontalResolution, VerticalResolution, ColorDepth));
104 if (VerticalResolution != Private->ModeData[Index].VerticalResolution) {
131 Private->TmpBuf = AllocatePool(Private->ModeData[Index].HorizontalResolution * Private->ModeData[Index].VerticalResolution * sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
205 if (SourceY + Height > Private->ModeData[Private->CurrentMode].VerticalResolution) {
52 VBoxVgaUgaDrawGetMode( IN EFI_UGA_DRAW_PROTOCOL *This, OUT UINT32 *HorizontalResolution, OUT UINT32 *VerticalResolution, OUT UINT32 *ColorDepth, OUT UINT32 *RefreshRate ) argument
84 VBoxVgaUgaDrawSetMode( IN EFI_UGA_DRAW_PROTOCOL *This, IN UINT32 HorizontalResolution, IN UINT32 VerticalResolution, IN UINT32 ColorDepth, IN UINT32 RefreshRate ) argument
[all...]
H A DVBoxVga.h88 UINT32 VerticalResolution; member in struct:__anon13135
H A DEdid.c85 UINT16 VerticalResolution; member in struct:__anon13133
205 Key = (EdidTiming->HorizontalResolution * 2) + EdidTiming->VerticalResolution;
261 UINT16 VerticalResolution; local
314 VerticalResolution = (UINT16) (HorizontalResolution / 16 * 10);
317 VerticalResolution = (UINT16) (HorizontalResolution / 4 * 3);
320 VerticalResolution = (UINT16) (HorizontalResolution / 5 * 4);
323 VerticalResolution = (UINT16) (HorizontalResolution / 16 * 9);
326 VerticalResolution = (UINT16) (HorizontalResolution / 4 * 3);
331 TempTiming.VerticalResolution = VerticalResolution;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c352 UINT32 VerticalResolution; local
369 VerticalResolution = 0;
412 VerticalResolution = GraphicsOutput->Mode->Info->VerticalResolution;
414 UgaDraw->GetMode (UgaDraw, &HorizontalResolution, &VerticalResolution, &ColorDepth, &RefreshRate);
419 ASSERT ((HorizontalResolution != 0) && (VerticalResolution !=0));
430 Blt->Height = (UINT16) (VerticalResolution);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DGraphicsOutput.h78 UINT32 VerticalResolution; member in struct:__anon12145
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c352 UINT32 VerticalResolution; local
369 VerticalResolution = 0;
412 VerticalResolution = GraphicsOutput->Mode->Info->VerticalResolution;
414 UgaDraw->GetMode (UgaDraw, &HorizontalResolution, &VerticalResolution, &ColorDepth, &RefreshRate);
419 ASSERT ((HorizontalResolution != 0) && (VerticalResolution !=0));
430 Blt->Height = (UINT16) (VerticalResolution);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DQemu.h55 UINT32 VerticalResolution; member in struct:__anon12629
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Protocol/
H A DGraphicsOutput.h48 UINT32 VerticalResolution; member in struct:__anon10207
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.h65 UINT32 VerticalResolution; member in struct:__anon10411
H A DBiosVideo.c1071 Key = (EdidTiming->HorizontalResolution * 2) + EdidTiming->VerticalResolution;
1098 UINT16 VerticalResolution; local
1151 VerticalResolution = (UINT16) (HorizontalResolution / 16 * 10);
1154 VerticalResolution = (UINT16) (HorizontalResolution / 4 * 3);
1157 VerticalResolution = (UINT16) (HorizontalResolution / 5 * 4);
1160 VerticalResolution = (UINT16) (HorizontalResolution / 16 * 9);
1163 VerticalResolution = (UINT16) (HorizontalResolution / 4 * 3);
1168 TempTiming.VerticalResolution = VerticalResolution;
1552 Timing.VerticalResolution
[all...]
H A DVesaBiosExtensions.h173 UINT16 VerticalResolution; member in struct:__anon10413
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c222 @param[in] VerticalResolution The size of video screen in pixels in the Y dimension.
235 IN UINT32 VerticalResolution,
261 MaxRows = VerticalResolution / EFI_GLYPH_HEIGHT;
295 NewModeBuffer[ValidCount].GopHeight = VerticalResolution;
298 NewModeBuffer[ValidCount].DeltaY = (VerticalResolution - (NewModeBuffer[ValidCount].Rows * EFI_GLYPH_HEIGHT)) >> 1;
305 NewModeBuffer[ValidCount].DeltaY = (VerticalResolution - (50 * EFI_GLYPH_HEIGHT)) >> 1;
308 NewModeBuffer[ValidCount].GopHeight = VerticalResolution;
336 NewModeBuffer[ValidCount].GopHeight = VerticalResolution;
339 NewModeBuffer[ValidCount].DeltaY = (VerticalResolution - (NewModeBuffer[ValidCount].Rows * EFI_GLYPH_HEIGHT)) >> 1;
384 UINT32 VerticalResolution; local
233 InitializeGraphicsConsoleTextMode( IN UINT32 HorizontalResolution, IN UINT32 VerticalResolution, IN UINT32 GopModeNumber, OUT UINTN *TextModeCount, OUT GRAPHICS_CONSOLE_MODE_DATA **TextModeData ) argument
730 CheckModeSupported( EFI_GRAPHICS_OUTPUT_PROTOCOL *GraphicsOutput, IN UINT32 HorizontalResolution, IN UINT32 VerticalResolution, OUT UINT32 *CurrentModeNumber ) argument
1291 UINT32 VerticalResolution; local
[all...]

Completed in 80 milliseconds