Home | History | Annotate | Download | only in FbGop

Lines Matching refs:DstY

1192   UINTN                          DstY;

1268 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
1269 Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) (BltUint8 + DstY * Delta + DestinationX * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
1291 DstY = DestinationY + Index;
1294 DstY = DestinationY + Height - Index - 1;
1297 VbeBuffer = ((UINT8 *) VbeFrameBuffer + DstY * BytesPerScanLine + DestinationX * VbePixelWidth);
1314 DstY,
1345 for (DstY = DestinationY + 1; DstY < (Height + DestinationY); DstY++) {
1347 (VOID *) ((UINTN) VbeFrameBuffer + (DstY * BytesPerScanLine) + DestinationX * VbePixelWidth),
1353 for (DstY = DestinationY; DstY < (Height + DestinationY); DstY++) {
1362 DstY,
1371 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
1373 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (DstY * BytesPerScanLine + DestinationX * VbePixelWidth));
1390 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (DstY * BytesPerScanLine + DestinationX * VbePixelWidth));
1400 DstY,