Home
last modified time | relevance | path

Searched refs:NewDestY (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BootLogoLib/
H A DBootLogoLib.c63 UINTN NewDestY; in BootLogoEnableLogo() local
130 NewDestY = 0; in BootLogoEnableLogo()
256 NewDestY = MIN ((UINTN) DestY, LogoDestY); in BootLogoEnableLogo()
258 LogoHeight = MAX ((UINTN) DestY + Image.Height, LogoDestY + LogoHeight) - NewDestY; in BootLogoEnableLogo()
261 LogoDestY = NewDestY; in BootLogoEnableLogo()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/BootLogoLib/
H A DBootLogoLib.c63 UINTN NewDestY; in BootLogoEnableLogo() local
130 NewDestY = 0; in BootLogoEnableLogo()
256 NewDestY = MIN ((UINTN) DestY, LogoDestY); in BootLogoEnableLogo()
258 LogoHeight = MAX ((UINTN) DestY + Image.Height, LogoDestY + LogoHeight) - NewDestY; in BootLogoEnableLogo()
261 LogoDestY = NewDestY; in BootLogoEnableLogo()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/BootLogoLib/
H A DBootLogoLib.c63 UINTN NewDestY; in BootLogoEnableLogo() local
130 NewDestY = 0; in BootLogoEnableLogo()
256 NewDestY = MIN ((UINTN) DestY, LogoDestY); in BootLogoEnableLogo()
258 LogoHeight = MAX ((UINTN) DestY + Image.Height, LogoDestY + LogoHeight) - NewDestY; in BootLogoEnableLogo()
261 LogoDestY = NewDestY; in BootLogoEnableLogo()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BootLogoLib/
H A DBootLogoLib.c63 UINTN NewDestY; in BootLogoEnableLogo() local
130 NewDestY = 0; in BootLogoEnableLogo()
256 NewDestY = MIN ((UINTN) DestY, LogoDestY); in BootLogoEnableLogo()
258 LogoHeight = MAX ((UINTN) DestY + Image.Height, LogoDestY + LogoHeight) - NewDestY; in BootLogoEnableLogo()
261 LogoDestY = NewDestY; in BootLogoEnableLogo()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Library/BootLogoLib/
H A DBootLogoLib.c63 UINTN NewDestY; in BootLogoEnableLogo() local
130 NewDestY = 0; in BootLogoEnableLogo()
256 NewDestY = MIN ((UINTN) DestY, LogoDestY); in BootLogoEnableLogo()
258 LogoHeight = MAX ((UINTN) DestY + Image.Height, LogoDestY + LogoHeight) - NewDestY; in BootLogoEnableLogo()
261 LogoDestY = NewDestY; in BootLogoEnableLogo()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BootLogoLib/
H A DBootLogoLib.c63 UINTN NewDestY; in BootLogoEnableLogo() local
130 NewDestY = 0; in BootLogoEnableLogo()
256 NewDestY = MIN ((UINTN) DestY, LogoDestY); in BootLogoEnableLogo()
258 LogoHeight = MAX ((UINTN) DestY + Image.Height, LogoDestY + LogoHeight) - NewDestY; in BootLogoEnableLogo()
261 LogoDestY = NewDestY; in BootLogoEnableLogo()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Library/BootLogoLib/
H A DBootLogoLib.c63 UINTN NewDestY; in BootLogoEnableLogo() local
130 NewDestY = 0; in BootLogoEnableLogo()
256 NewDestY = MIN ((UINTN) DestY, LogoDestY); in BootLogoEnableLogo()
258 LogoHeight = MAX ((UINTN) DestY + Image.Height, LogoDestY + LogoHeight) - NewDestY; in BootLogoEnableLogo()
261 LogoDestY = NewDestY; in BootLogoEnableLogo()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BootLogoLib/
H A DBootLogoLib.c63 UINTN NewDestY; in BootLogoEnableLogo() local
130 NewDestY = 0; in BootLogoEnableLogo()
256 NewDestY = MIN ((UINTN) DestY, LogoDestY); in BootLogoEnableLogo()
258 LogoHeight = MAX ((UINTN) DestY + Image.Height, LogoDestY + LogoHeight) - NewDestY; in BootLogoEnableLogo()
261 LogoDestY = NewDestY; in BootLogoEnableLogo()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BootLogoLib/
H A DBootLogoLib.c63 UINTN NewDestY; in BootLogoEnableLogo() local
130 NewDestY = 0; in BootLogoEnableLogo()
256 NewDestY = MIN ((UINTN) DestY, LogoDestY); in BootLogoEnableLogo()
258 LogoHeight = MAX ((UINTN) DestY + Image.Height, LogoDestY + LogoHeight) - NewDestY; in BootLogoEnableLogo()
261 LogoDestY = NewDestY; in BootLogoEnableLogo()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/SimicsOpenBoardPkg/Library/DxeLogoLib/
H A DLogo.c315 UINTN NewDestY; in EnableBootLogo() local
370 NewDestY = 0; in EnableBootLogo()
542 NewDestY = MIN ((UINTN) DestY, LogoDestY); in EnableBootLogo()
544 NewHeight = MAX ((UINTN) DestY + Height, LogoDestY + LogoHeight) - NewDestY; in EnableBootLogo()
547 LogoDestY = NewDestY; in EnableBootLogo()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c683 UINTN NewDestY; in EnableQuietBoot() local
738 NewDestY = 0; in EnableQuietBoot()
923 NewDestY = MIN ((UINTN) DestY, LogoDestY); in EnableQuietBoot()
925 NewHeight = MAX ((UINTN) DestY + Height, LogoDestY + LogoHeight) - NewDestY; in EnableQuietBoot()
928 LogoDestY = NewDestY; in EnableQuietBoot()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c683 UINTN NewDestY; in EnableQuietBoot() local
738 NewDestY = 0; in EnableQuietBoot()
923 NewDestY = MIN ((UINTN) DestY, LogoDestY); in EnableQuietBoot()
925 NewHeight = MAX ((UINTN) DestY + Height, LogoDestY + LogoHeight) - NewDestY; in EnableQuietBoot()
928 LogoDestY = NewDestY; in EnableQuietBoot()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c683 UINTN NewDestY; in EnableQuietBoot() local
738 NewDestY = 0; in EnableQuietBoot()
923 NewDestY = MIN ((UINTN) DestY, LogoDestY); in EnableQuietBoot()
925 NewHeight = MAX ((UINTN) DestY + Height, LogoDestY + LogoHeight) - NewDestY; in EnableQuietBoot()
928 LogoDestY = NewDestY; in EnableQuietBoot()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c934 UINTN NewDestY; in EnableQuietBoot() local
989 NewDestY = 0; in EnableQuietBoot()
1174 NewDestY = MIN ((UINTN) DestY, LogoDestY); in EnableQuietBoot()
1176 NewHeight = MAX ((UINTN) DestY + Height, LogoDestY + LogoHeight) - NewDestY; in EnableQuietBoot()
1179 LogoDestY = NewDestY; in EnableQuietBoot()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c934 UINTN NewDestY; in EnableQuietBoot() local
989 NewDestY = 0; in EnableQuietBoot()
1174 NewDestY = MIN ((UINTN) DestY, LogoDestY); in EnableQuietBoot()
1176 NewHeight = MAX ((UINTN) DestY + Height, LogoDestY + LogoHeight) - NewDestY; in EnableQuietBoot()
1179 LogoDestY = NewDestY; in EnableQuietBoot()