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

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c245 BOOLEAN UseWideFill; local
284 UseWideFill = TRUE;
299 UseWideFill = FALSE;
303 if (UseWideFill) {
308 if (UseWideFill && (DestinationX == 0) && (Width == mBltLibWidthInPixels)) {
328 if (UseWideFill && (((UINTN) BltMemDst & 7) == 0)) {

Completed in 601 milliseconds