Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c30 UINTN mBltLibWidthInBytes; variable
122 mBltLibWidthInBytes = mBltLibWidthInPixels * mBltLibBytesPerPixel; in BltLibConfigure()
124 ASSERT (mBltLibWidthInBytes < sizeof (mBltLibLineBuffer)); in BltLibConfigure()
707 LineStride = mBltLibWidthInBytes; in BltLibVideoToVideo()