Searched refs:LogoDestY (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c866 UINTN LogoDestY; local
921 LogoDestY = 0;
1102 LogoDestY = (UINTN) DestY;
1110 NewDestY = MIN ((UINTN) DestY, LogoDestY);
1112 NewHeight = MAX ((UINTN) DestY + Height, LogoDestY + LogoHeight) - NewDestY;
1115 LogoDestY = NewDestY;
1184 LogoDestY,
1197 LogoDestY,
1210 BootLogo->SetBootLogo (BootLogo, LogoBlt, LogoDestX, LogoDestY, LogoWidth, LogoHeight);

Completed in 46 milliseconds