Searched refs:VScreen (Results 1 – 1 of 1) sorted by relevance
469 RGBQUAD *VScreen; in WinNtGopBlt() local524 …VScreen = &Private->VirtualScreen[(VerticalResolution - SrcY - 1) * HorizontalResolution + SourceX… in WinNtGopBlt()525 CopyMem (Blt, VScreen, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL) * Width); in WinNtGopBlt()562 …VScreen = &Private->VirtualScreen[(VerticalResolution - DstY - 1) * HorizontalResolution + Destina… in WinNtGopBlt()566 CopyMem (VScreen, Blt, Width * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in WinNtGopBlt()571 CopyMem (VScreen, VScreenSrc, Width * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in WinNtGopBlt()575 CopyMem (VScreen, Private->FillLine, Width * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in WinNtGopBlt()