Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopScreen.c470 RGBQUAD *VScreenSrc; in WinNtGopBlt() local
570VScreenSrc = &Private->VirtualScreen[(VerticalResolution - SrcY - 1) * HorizontalResolution + Sour… in WinNtGopBlt()
571 CopyMem (VScreen, VScreenSrc, Width * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in WinNtGopBlt()