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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c867 UINTN LogoHeight; local
922 LogoHeight = 0;
1104 LogoHeight = Height;
1112 NewHeight = MAX ((UINTN) DestY + Height, LogoDestY + LogoHeight) - NewDestY;
1117 LogoHeight = NewHeight;
1159 // Ensure the LogoHeight * LogoWidth doesn't overflow
1161 if (LogoHeight > DivU64x64Remainder ((UINTN) ~0, LogoWidth, NULL)) {
1164 BufferSize = MultU64x64 (LogoWidth, LogoHeight);
1188 LogoHeight,
1201 LogoHeight,
[all...]

Completed in 728 milliseconds