Home
last modified time | relevance | path

Searched refs:NewDestX (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
DBootLogoLib.c65 UINTN NewDestX; in BootLogoEnableLogo() local
124 NewDestX = 0; in BootLogoEnableLogo()
250 NewDestX = MIN ((UINTN) DestX, LogoDestX); in BootLogoEnableLogo()
252 LogoWidth = MAX ((UINTN) DestX + Image.Width, LogoDestX + LogoWidth) - NewDestX; in BootLogoEnableLogo()
255 LogoDestX = NewDestX; in BootLogoEnableLogo()
/device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
DQuietBoot.c311 UINTN NewDestX; in EnableQuietBoot() local
366 NewDestX = 0; in EnableQuietBoot()
553 NewDestX = MIN ((UINTN) DestX, LogoDestX); in EnableQuietBoot()
555 NewWidth = MAX ((UINTN) DestX + Width, LogoDestX + LogoWidth) - NewDestX; in EnableQuietBoot()
558 LogoDestX = NewDestX; in EnableQuietBoot()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
DQuietBoot.c311 UINTN NewDestX; in EnableQuietBoot() local
366 NewDestX = 0; in EnableQuietBoot()
553 NewDestX = MIN ((UINTN) DestX, LogoDestX); in EnableQuietBoot()
555 NewWidth = MAX ((UINTN) DestX + Width, LogoDestX + LogoWidth) - NewDestX; in EnableQuietBoot()
558 LogoDestX = NewDestX; in EnableQuietBoot()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c932 UINTN NewDestX; in EnableQuietBoot() local
987 NewDestX = 0; in EnableQuietBoot()
1172 NewDestX = MIN ((UINTN) DestX, LogoDestX); in EnableQuietBoot()
1174 NewWidth = MAX ((UINTN) DestX + Width, LogoDestX + LogoWidth) - NewDestX; in EnableQuietBoot()
1177 LogoDestX = NewDestX; in EnableQuietBoot()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c933 UINTN NewDestX; in EnableQuietBoot() local
988 NewDestX = 0; in EnableQuietBoot()
1173 NewDestX = MIN ((UINTN) DestX, LogoDestX); in EnableQuietBoot()
1175 NewWidth = MAX ((UINTN) DestX + Width, LogoDestX + LogoWidth) - NewDestX; in EnableQuietBoot()
1178 LogoDestX = NewDestX; in EnableQuietBoot()