Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c243 UINT64 WideFill; in BltLibVideoFill() local
271 WideFill = in BltLibVideoFill()
277 VDEBUG ((EFI_D_INFO, "VideoFill: color=0x%x, wide-fill=0x%x\n", Uint32, WideFill)); in BltLibVideoFill()
284 if ((sizeof (WideFill) % mBltLibBytesPerPixel) == 0) { in BltLibVideoFill()
285 for (X = mBltLibBytesPerPixel; X < sizeof (WideFill); X++) { in BltLibVideoFill()
286 ((UINT8*)&WideFill)[X] = ((UINT8*)&WideFill)[X % mBltLibBytesPerPixel]; in BltLibVideoFill()
294 X = 1, Uint8 = ((UINT8*)&WideFill)[0]; in BltLibVideoFill()
297 if (Uint8 != ((UINT8*)&WideFill)[X]) { in BltLibVideoFill()
303 SetMem ((VOID*) &WideFill, sizeof (WideFill), Uint8); in BltLibVideoFill()
314 SetMem32 (BltMemDst, SizeInBytes & ~3, (UINT32) WideFill); in BltLibVideoFill()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c189 UINT64 WideFill; in FrameBufferBltLibVideoFill() local
217 WideFill = in FrameBufferBltLibVideoFill()
227 Uint32, WideFill)); in FrameBufferBltLibVideoFill()
234 if ((sizeof (WideFill) % Configure->BytesPerPixel) == 0) { in FrameBufferBltLibVideoFill()
235 for (IndexX = Configure->BytesPerPixel; IndexX < sizeof (WideFill); IndexX++) { in FrameBufferBltLibVideoFill()
236 ((UINT8*) &WideFill)[IndexX] = ((UINT8*) &WideFill)[IndexX % Configure->BytesPerPixel]; in FrameBufferBltLibVideoFill()
244 IndexX = 1, Uint8 = ((UINT8*) &WideFill)[0]; in FrameBufferBltLibVideoFill()
247 if (Uint8 != ((UINT8*) &WideFill)[IndexX]) { in FrameBufferBltLibVideoFill()
253 SetMem (&WideFill, sizeof (WideFill), Uint8); in FrameBufferBltLibVideoFill()
264 SetMem32 (Destination, SizeInBytes & ~3, (UINT32) WideFill); in FrameBufferBltLibVideoFill()
[all …]