Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c431 VOID *BltMemSrc; in BltLibVideoToBltBufferEx() local
471 BltMemSrc = (VOID *) (mBltLibFrameBuffer + Offset); in BltLibVideoToBltBufferEx()
484 CopyMem (BltMemDst, BltMemSrc, WidthInBytes); in BltLibVideoToBltBufferEx()
575 VOID *BltMemSrc; in BltLibBufferToVideoEx() local
615 BltMemSrc = (VOID *) ((UINT8 *) BltBuffer + (SrcY * Delta)); in BltLibBufferToVideoEx()
632 BltMemSrc = (VOID *) mBltLibLineBuffer; in BltLibBufferToVideoEx()
635 CopyMem (BltMemDst, BltMemSrc, WidthInBytes); in BltLibBufferToVideoEx()
668 VOID *BltMemSrc; in BltLibVideoToVideo() local
701 BltMemSrc = (VOID *) (mBltLibFrameBuffer + Offset); in BltLibVideoToVideo()
708 if ((UINTN) BltMemDst > (UINTN) BltMemSrc) { in BltLibVideoToVideo()
[all …]