Home
last modified time | relevance | path

Searched refs:mBltLibWidthInPixels (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c32 UINTN mBltLibWidthInPixels; variable
120 mBltLibWidthInPixels = (UINTN) FrameBufferInfo->HorizontalResolution; in BltLibConfigure()
122 mBltLibWidthInBytes = mBltLibWidthInPixels * mBltLibBytesPerPixel; in BltLibConfigure()
258 if (DestinationX + Width > mBltLibWidthInPixels) { in BltLibVideoFill()
307 if (UseWideFill && (DestinationX == 0) && (Width == mBltLibWidthInPixels)) { in BltLibVideoFill()
309 Offset = DestinationY * mBltLibWidthInPixels; in BltLibVideoFill()
323 Offset = (DstY * mBltLibWidthInPixels) + DestinationX; in BltLibVideoFill()
445 if (SourceX + Width > mBltLibWidthInPixels) { in BltLibVideoToBltBufferEx()
469 Offset = (SrcY * mBltLibWidthInPixels) + SourceX; in BltLibVideoToBltBufferEx()
589 if (DestinationX + Width > mBltLibWidthInPixels) { in BltLibBufferToVideoEx()
[all …]