Searched refs:WidthInBytes (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/ |
D | FrameBufferBltLib.c | 25 UINTN WidthInBytes; member 152 Configure->WidthInBytes = Configure->WidthInPixels * Configure->BytesPerPixel; in FrameBufferBltConfigure() 154 ASSERT (Configure->WidthInBytes < sizeof (Configure->LineBuffer)); in FrameBufferBltConfigure() 193 UINTN WidthInBytes; in FrameBufferBltLibVideoFill() local 214 WidthInBytes = Width * Configure->BytesPerPixel; in FrameBufferBltLibVideoFill() 262 SizeInBytes = WidthInBytes * Height; in FrameBufferBltLibVideoFill() 279 SizeInBytes = WidthInBytes; in FrameBufferBltLibVideoFill() 301 CopyMem (Destination, Configure->LineBuffer, WidthInBytes); in FrameBufferBltLibVideoFill() 348 UINTN WidthInBytes; in FrameBufferBltLibVideoToBltBuffer() local 374 WidthInBytes = Width * Configure->BytesPerPixel; in FrameBufferBltLibVideoToBltBuffer() [all …]
|
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/ |
D | FrameBufferBltLib.c | 247 UINTN WidthInBytes; in BltLibVideoFill() local 268 WidthInBytes = Width * mBltLibBytesPerPixel; in BltLibVideoFill() 312 SizeInBytes = WidthInBytes * Height; in BltLibVideoFill() 329 SizeInBytes = WidthInBytes; in BltLibVideoFill() 351 CopyMem (BltMemDst, mBltLibLineBuffer, WidthInBytes); in BltLibVideoFill() 436 UINTN WidthInBytes; in BltLibVideoToBltBufferEx() local 462 WidthInBytes = Width * mBltLibBytesPerPixel; in BltLibVideoToBltBufferEx() 484 CopyMem (BltMemDst, BltMemSrc, WidthInBytes); in BltLibVideoToBltBufferEx() 580 UINTN WidthInBytes; in BltLibBufferToVideoEx() local 606 WidthInBytes = Width * mBltLibBytesPerPixel; in BltLibBufferToVideoEx() [all …]
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/ |
D | LcdGraphicsOutputBlt.c | 48 UINTN WidthInBytes; in VideoCopyNoHorizontalOverlap() local 70 WidthInBytes = Width * 4; in VideoCopyNoHorizontalOverlap() 78 CopyMem( DestinationAddr, SourceAddr, WidthInBytes); in VideoCopyNoHorizontalOverlap() 90 WidthInBytes = Width * 2; in VideoCopyNoHorizontalOverlap() 98 CopyMem( DestinationAddr, SourceAddr, WidthInBytes); in VideoCopyNoHorizontalOverlap() 282 UINTN WidthInBytes; in BltVideoFill() local 293 WidthInBytes = Width * 4; in BltVideoFill() 304 SetMem32 (DestinationAddr, WidthInBytes, *((UINT32 *)EfiSourcePixel)); in BltVideoFill() 430 UINTN WidthInBytes; in BltVideoToBltBuffer() local 449 WidthInBytes = Width * 4; in BltVideoToBltBuffer() [all …]
|
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/ |
D | LcdGraphicsOutputBlt.c | 48 UINTN WidthInBytes; in VideoCopyNoHorizontalOverlap() local 66 WidthInBytes = Width * 2; in VideoCopyNoHorizontalOverlap() 74 CopyMem( DestinationAddr, SourceAddr, WidthInBytes); in VideoCopyNoHorizontalOverlap()
|
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/ |
D | BiosVideo.c | 2219 UINTN WidthInBytes, in VgaReadBitPlanes() argument 2260 WidthInBytes, in VgaReadBitPlanes()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/ |
D | BiosVideo.c | 2612 UINTN WidthInBytes, in VgaReadBitPlanes() argument 2653 WidthInBytes, in VgaReadBitPlanes()
|