HomeSort by relevance Sort by last modified time
    Searched refs:NewDestY (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
BootLogoLib.c 66 UINTN NewDestY;
125 NewDestY = 0;
251 NewDestY = MIN ((UINTN) DestY, LogoDestY);
253 LogoHeight = MAX ((UINTN) DestY + Image.Height, LogoDestY + LogoHeight) - NewDestY;
256 LogoDestY = NewDestY;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
QuietBoot.c 312 UINTN NewDestY;
367 NewDestY = 0;
554 NewDestY = MIN ((UINTN) DestY, LogoDestY);
556 NewHeight = MAX ((UINTN) DestY + Height, LogoDestY + LogoHeight) - NewDestY;
559 LogoDestY = NewDestY;
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
QuietBoot.c 312 UINTN NewDestY;
367 NewDestY = 0;
554 NewDestY = MIN ((UINTN) DestY, LogoDestY);
556 NewHeight = MAX ((UINTN) DestY + Height, LogoDestY + LogoHeight) - NewDestY;
559 LogoDestY = NewDestY;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 933 UINTN NewDestY;
988 NewDestY = 0;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 934 UINTN NewDestY;
989 NewDestY = 0;
    [all...]

Completed in 415 milliseconds