Searched refs:NewDestX (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/ |
D | BootLogoLib.c | 65 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/ |
D | QuietBoot.c | 311 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/ |
D | QuietBoot.c | 311 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/ |
D | BdsConsole.c | 932 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/ |
D | BdsConsole.c | 933 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()
|