Home
last modified time | relevance | path

Searched refs:SizeOfY (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
DBootLogoLib.c48 UINT32 SizeOfY; in BootLogoEnableLogo() local
108 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution; in BootLogoEnableLogo()
112 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate); in BootLogoEnableLogo()
169 DestY = (SizeOfY - Image.Height) / 2; in BootLogoEnableLogo()
173 DestY = (SizeOfY - Image.Height) / 2; in BootLogoEnableLogo()
177 DestY = (SizeOfY - Image.Height) / 2; in BootLogoEnableLogo()
182 DestY = SizeOfY - Image.Height; in BootLogoEnableLogo()
186 DestY = SizeOfY - Image.Height; in BootLogoEnableLogo()
190 DestY = SizeOfY - Image.Height; in BootLogoEnableLogo()
391 UINT32 SizeOfY; in BootLogoUpdateProgress() local
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DMemoryTest.c50 UINT32 SizeOfY; in PlatformBdsShowProgress() local
85 SizeOfY = 0; in PlatformBdsShowProgress()
88 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution; in PlatformBdsShowProgress()
93 &SizeOfY, in PlatformBdsShowProgress()
105 BlockHeight = SizeOfY / 50; in PlatformBdsShowProgress()
110 PosY = SizeOfY * 48 / 50; in PlatformBdsShowProgress()
128 SizeOfY - (PosY - EFI_GLYPH_HEIGHT - 1), in PlatformBdsShowProgress()
141 SizeOfY - (PosY - EFI_GLYPH_HEIGHT - 1), in PlatformBdsShowProgress()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
DGraphics.c447 UINT32 SizeOfY; in EnableQuietBootEx() local
494 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution; in EnableQuietBootEx()
496 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate); in EnableQuietBootEx()
578 DestY = (SizeOfY - Height) / 2; in EnableQuietBootEx()
583 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBootEx()
588 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBootEx()
593 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBootEx()
598 DestY = (SizeOfY - Height) / 2; in EnableQuietBootEx()
603 DestY = (SizeOfY - Height) / 2; in EnableQuietBootEx()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
DGraphics.c446 UINT32 SizeOfY; in EnableQuietBootEx() local
493 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution; in EnableQuietBootEx()
495 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate); in EnableQuietBootEx()
577 DestY = (SizeOfY - Height) / 2; in EnableQuietBootEx()
582 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBootEx()
587 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBootEx()
592 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBootEx()
597 DestY = (SizeOfY - Height) / 2; in EnableQuietBootEx()
602 DestY = (SizeOfY - Height) / 2; in EnableQuietBootEx()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
DQuietBoot.c286 UINT32 SizeOfY; in EnableQuietBoot() local
349 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution; in EnableQuietBoot()
352 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate); in EnableQuietBoot()
465 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
470 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
475 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
480 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
485 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
490 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
495 DestY = ((SizeOfY * 382) / 1000) - Height / 2; in EnableQuietBoot()
/device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
DQuietBoot.c286 UINT32 SizeOfY; in EnableQuietBoot() local
349 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution; in EnableQuietBoot()
352 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate); in EnableQuietBoot()
465 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
470 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
475 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
480 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
485 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
490 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
495 DestY = ((SizeOfY * 382) / 1000) - Height / 2; in EnableQuietBoot()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DSetupBrowser.c74 UINT32 SizeOfY; in PlatformBdsShowProgress() local
109 SizeOfY = 0; in PlatformBdsShowProgress()
112 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution; in PlatformBdsShowProgress()
117 &SizeOfY, in PlatformBdsShowProgress()
127 BlockHeight = SizeOfY / 50; in PlatformBdsShowProgress()
132 PosY = SizeOfY * 48 / 50; in PlatformBdsShowProgress()
150 SizeOfY - (PosY - EFI_GLYPH_HEIGHT - 1), in PlatformBdsShowProgress()
163 SizeOfY - (PosY - EFI_GLYPH_HEIGHT - 1), in PlatformBdsShowProgress()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c907 UINT32 SizeOfY; in EnableQuietBoot() local
970 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution; in EnableQuietBoot()
973 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate); in EnableQuietBoot()
1084 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
1089 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
1094 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
1099 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
1104 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
1109 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
1114 DestY = ((SizeOfY * 382) / 1000) - Height / 2; in EnableQuietBoot()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c908 UINT32 SizeOfY; in EnableQuietBoot() local
971 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution; in EnableQuietBoot()
974 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate); in EnableQuietBoot()
1085 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
1090 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
1095 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
1100 DestY = (SizeOfY - Height - CoordinateY); in EnableQuietBoot()
1105 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
1110 DestY = (SizeOfY - Height) / 2; in EnableQuietBoot()
1115 DestY = ((SizeOfY * 382) / 1000) - Height / 2; in EnableQuietBoot()