Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
DBootLogoLib.c61 UINTN LogoDestX; in BootLogoEnableLogo() local
120 LogoDestX = 0; in BootLogoEnableLogo()
242 LogoDestX = (UINTN) DestX; 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()
308 LogoDestX, in BootLogoEnableLogo()
321 LogoDestX, in BootLogoEnableLogo()
333 BootLogo->SetBootLogo (BootLogo, LogoBlt, LogoDestX, LogoDestY, LogoWidth, LogoHeight); in BootLogoEnableLogo()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
DQuietBoot.c307 UINTN LogoDestX; in EnableQuietBoot() local
362 LogoDestX = 0; in EnableQuietBoot()
545 LogoDestX = (UINTN) DestX; 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()
627 LogoDestX, in EnableQuietBoot()
640 LogoDestX, in EnableQuietBoot()
654 BootLogo->SetBootLogo (BootLogo, LogoBlt, LogoDestX, LogoDestY, LogoWidth, LogoHeight); in EnableQuietBoot()
/device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
DQuietBoot.c307 UINTN LogoDestX; in EnableQuietBoot() local
362 LogoDestX = 0; in EnableQuietBoot()
545 LogoDestX = (UINTN) DestX; 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()
627 LogoDestX, in EnableQuietBoot()
640 LogoDestX, in EnableQuietBoot()
654 BootLogo->SetBootLogo (BootLogo, LogoBlt, LogoDestX, LogoDestY, LogoWidth, LogoHeight); in EnableQuietBoot()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c928 UINTN LogoDestX; in EnableQuietBoot() local
983 LogoDestX = 0; in EnableQuietBoot()
1164 LogoDestX = (UINTN) DestX; 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()
1246 LogoDestX, in EnableQuietBoot()
1259 LogoDestX, in EnableQuietBoot()
1273 BootLogo->SetBootLogo (BootLogo, LogoBlt, LogoDestX, LogoDestY, LogoWidth, LogoHeight); in EnableQuietBoot()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c929 UINTN LogoDestX; in EnableQuietBoot() local
984 LogoDestX = 0; in EnableQuietBoot()
1165 LogoDestX = (UINTN) DestX; 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()
1247 LogoDestX, in EnableQuietBoot()
1260 LogoDestX, in EnableQuietBoot()
1274 BootLogo->SetBootLogo (BootLogo, LogoBlt, LogoDestX, LogoDestY, LogoWidth, LogoHeight); in EnableQuietBoot()