Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopScreen.c286 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *NewFillLine; in WinNtGopSetMode() local
386NewFillLine = AllocatePool (sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL) * ModeData->HorizontalResolutio… in WinNtGopSetMode()
387 if (NewFillLine == NULL) { in WinNtGopSetMode()
395 Private->FillLine = NewFillLine; in WinNtGopSetMode()