Searched refs:FillLine (Results 1 – 2 of 2) sorted by relevance
391 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()
131 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *FillLine; member