HomeSort by relevance Sort by last modified time
    Searched refs:VerticalResolution (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/CorebootModulePkg/Include/Guid/
FrameBufferInfoGuid.h 31 UINT32 VerticalResolution;
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
PlatformConfig.h 33 UINT32 VerticalResolution;
PlatformConfig.c 124 if (DataSize >= (OFFSET_OF (PLATFORM_CONFIG, VerticalResolution) +
125 sizeof PlatformConfig->VerticalResolution)) {
  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
Edid.c 57 UINT16 VerticalResolution;
177 Key = (EdidTiming->HorizontalResolution * 2) + EdidTiming->VerticalResolution;
233 UINT16 VerticalResolution;
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...]
CirrusLogic5430UgaDraw.c 27 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,
    [all...]
CirrusLogic5430GraphicsOutput.c 63 Mode->FrameBufferSize = Info->HorizontalResolution * Info->VerticalResolution;
121 (*Info)->VerticalResolution = Private->ModeData[ModeNumber].VerticalResolution;
175 This->Mode->Info->VerticalResolution = ModeData->VerticalResolution;
275 if (SourceY + Height > Private->ModeData[CurrentMode].VerticalResolution) {
286 if (DestinationY + Height > Private->ModeData[CurrentMode].VerticalResolution) {
530 Private->ModeData[Private->GraphicsOutput.Mode->Mode].VerticalResolution
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
GopScreen.c 81 (*Info)->VerticalResolution = Private->ModeData[ModeNumber].VerticalResolution;
123 Private->GraphicsOutput.Mode->Info->VerticalResolution = ModeData->VerticalResolution;
130 ModeData->VerticalResolution,
145 ModeData->VerticalResolution
161 ModeData->VerticalResolution,
284 IN UINT32 VerticalResolution,
348 Private->GraphicsOutput.Mode->Info->VerticalResolution = 0;
Gop.h 62 UINT32 VerticalResolution;
169 IN UINT32 VerticalResolution,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
UgaDraw.h 33 @param VerticalResolution Current video vertical resolution in pixels
47 OUT UINT32 *VerticalResolution,
58 @param VerticalResolution Current video vertical resolution in pixels
71 IN UINT32 VerticalResolution,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaDraw/
UgaDraw.h 39 OUT UINT32 *VerticalResolution,
51 VerticalResolution - Current video vertical resolution in pixels
68 IN UINT32 VerticalResolution,
80 VerticalResolution - Current video vertical resolution in pixels
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UgaDraw.h 33 @param VerticalResolution The size of video screen in pixels in the Y dimension.
47 OUT UINT32 *VerticalResolution,
57 @param VerticalResolution The size of video screen in pixels in the Y dimension.
70 IN UINT32 VerticalResolution,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c 222 @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;
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGopScreen.c 43 IN UINT32 VerticalResolution,
255 (*Info)->VerticalResolution = Private->ModeData[ModeNumber].VerticalResolution;
301 Private->GraphicsOutput.Mode->Info->VerticalResolution = ModeData->VerticalResolution;
308 ModeData->VerticalResolution,
335 Size = ModeData->HorizontalResolution * ModeData->VerticalResolution * sizeof (RGBQUAD) + sizeof (BITMAPV4HEADER);
347 Private->VirtualScreenInfo->bV4Height = ModeData->VerticalResolution;
367 Rect.bottom = ModeData->VerticalResolution;
409 ModeData->VerticalResolution,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitterGraphics.c 154 if ((Info->HorizontalResolution == Mode->HorizontalResolution) && (Info->VerticalResolution == Mode->VerticalResolution)) {
171 Mode->VerticalResolution,
342 @param VerticalResolution The size of video screen in pixels in the Y dimension.
356 OUT UINT32 *VerticalResolution,
364 (VerticalResolution == NULL) ||
375 *VerticalResolution = Private->UgaVerticalResolution;
388 @param VerticalResolution The size of video screen in pixels in the Y dimension.
402 IN UINT32 VerticalResolution,
425 Private->UgaVerticalResolution = VerticalResolution;
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.c 45 0, // VerticalResolution
166 | ((LcdModes[ModeNumber].VerticalResolution - 1) << 16))
191 | ((LcdModes[ModeNumber].VerticalResolution - 1) << 16))
304 (*Info)->VerticalResolution = LcdModes[ModeNumber].VerticalResolution;
333 Instance->ModeInfo.VerticalResolution = LcdModes[ModeNumber].VerticalResolution;
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Gop.c 69 Mode->FrameBufferSize = Info->HorizontalResolution * Info->VerticalResolution;
129 (*Info)->VerticalResolution = ModeData->VerticalResolution;
186 This->Mode->Info->VerticalResolution = ModeData->VerticalResolution;
355 Private->ModeData[Private->GraphicsOutput.Mode->Mode].VerticalResolution
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 137 UINT32 VerticalResolution;
166 VerticalResolution = GraphicsOutput->Mode->Info->VerticalResolution;
168 UgaDraw->GetMode (UgaDraw, &HorizontalResolution, &VerticalResolution, &ColorDepth, &RefreshRate);
170 ASSERT ((HorizontalResolution != 0) && (VerticalResolution !=0));
222 Blt->Height = (UINT16) (VerticalResolution);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/
HdLcdArmVExpress.c 34 UINT32 VerticalResolution;
219 Info->VerticalResolution = mResolutions[ModeNumber].VerticalResolution;
268 *VRes = mResolutions[ModeNumber].VerticalResolution;
  /external/syslinux/efi/
vesa.c 107 mode_info->HorizontalResolution, mode_info->VerticalResolution);
118 mode_match = ((uint32_t)*x == mode_info->HorizontalResolution && (uint32_t)*y == mode_info->VerticalResolution);
119 debug("mode %d hres=%d vres=%d\n", mode_num, mode_info->HorizontalResolution, mode_info->VerticalResolution);
134 *y = mode_info->VerticalResolution;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLibPrint.c 352 UINT32 VerticalResolution;
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);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLibPrint.c 352 UINT32 VerticalResolution;
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);
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.c 802 UINT32 VerticalResolution;
824 VerticalResolution = pFbInfo->VerticalResolution;
837 BytesPerScanLine * VerticalResolution
862 CurrentModeData->VerticalResolution = VerticalResolution;
863 CurrentModeData->FrameBufferSize = CurrentModeData->BytesPerScanLine * CurrentModeData->VerticalResolution;
893 FbGopPrivate->GraphicsOutput.Mode->Info->VerticalResolution = VerticalResolution;
975 (*Info)->VerticalResolution = ModeData->VerticalResolution;
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportDxe/
CbSupportDxe.c 195 Status = PcdSet32S (PcdVideoVerticalResolution, FbInfo->VerticalResolution);
199 Status = PcdSet32S (PcdSetupVideoVerticalResolution, FbInfo->VerticalResolution);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c 1071 Key = (EdidTiming->HorizontalResolution * 2) + EdidTiming->VerticalResolution;
1098 UINT16 VerticalResolution;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.c 815 Key = (EdidTiming->HorizontalResolution * 2) + EdidTiming->VerticalResolution;
844 UINT16 VerticalResolution;
897 VerticalResolution = (UINT8) (HorizontalResolution / 16 * 10);
900 VerticalResolution = (UINT8) (HorizontalResolution / 4 * 3);
903 VerticalResolution = (UINT8) (HorizontalResolution / 5 * 4);
906 VerticalResolution = (UINT8) (HorizontalResolution / 16 * 9);
909 VerticalResolution = (UINT8) (HorizontalResolution / 4 * 3);
914 TempTiming.VerticalResolution = VerticalResolution;
    [all...]

Completed in 1834 milliseconds

1 2 3 4