Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopScreen.c391 if (Private->FillLine != NULL) { in WinNtGopSetMode()
392 FreePool (Private->FillLine); in WinNtGopSetMode()
395 Private->FillLine = NewFillLine; in WinNtGopSetMode()
549 Private->FillLine[Index] = *FillPixel; in WinNtGopBlt()
575 CopyMem (VScreen, Private->FillLine, Width * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in WinNtGopBlt()
1088 Private->FillLine = NULL; in WinNtGopConstructor()
DWinNtGop.h131 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *FillLine; member