Lines Matching defs:DestinationY
227 IN UINTN DestinationY,
246 DestinationY - The Y coordinate of the destination for BltOperation
304 // Make sure the SourceX, SourceY, DestinationX, DestinationY, Width, and Height parameters
322 if (DestinationY + Height > Private->ModeData[CurrentMode].VerticalResolution) {
342 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY) && BltBuffer; SrcY++, DstY++) {
369 Offset = (DestinationY * Private->ModeData[CurrentMode].HorizontalResolution) + (DestinationX);
371 VBoxVgaGraphicsOutputBlt(This, (EFI_GRAPHICS_OUTPUT_BLT_PIXEL*)Private->TmpBuf, EfiBltBufferToVideo, 0, 0, DestinationX, DestinationY, ScreenWidth - SourceX, ScreenHeight - SourceY, 0);
378 Offset = DestinationY * Private->ModeData[CurrentMode].HorizontalResolution;
389 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
405 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {