HomeSort by relevance Sort by last modified time
    Searched refs:FillLine (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGop.h 131 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *FillLine;
WinNtGopScreen.c 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));
    [all...]

Completed in 219 milliseconds