Home | History | Annotate | Download | only in WinNtGopDxe

Lines Matching refs:FillLine

391   if (Private->FillLine != NULL) {

392 FreePool (Private->FillLine);
395 Private->FillLine = NewFillLine;
549 Private->FillLine[Index] = *FillPixel;
575 CopyMem (VScreen, Private->FillLine, Width * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
1088 Private->FillLine = NULL;