Searched defs:mBltLibHeight (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c33 UINTN mBltLibHeight; variable
121 mBltLibHeight = (UINTN) FrameBufferInfo->VerticalResolution;
254 if (DestinationY + Height > mBltLibHeight) {
443 if (SourceY + Height > mBltLibHeight) {
587 if (DestinationY + Height > mBltLibHeight) {
679 if (SourceY + Height > mBltLibHeight) {
687 if (DestinationY + Height > mBltLibHeight) {
747 *Height = mBltLibHeight;

Completed in 43 milliseconds