Lines Matching refs:Delta
230 IN UINTN Delta
249 Delta - Not used for EfiBltVideoFill and EfiBltVideoToVideo operation.
250 If a Delta of 0 is used, the entire BltBuffer will be operated on.
251 If a subrectangle of the BltBuffer is used, then Delta represents
284 // If Delta is zero, then the entire BltBuffer is being used, so Delta
288 /* vvl: Delta passed in bytes to use it for coordinate arithmetic
291 if (Delta == 0) {
292 Delta = Width * 4;
294 Delta /= 4;
356 Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) BltBuffer + (DstY * Delta) + (DestinationX + X);
411 (SrcY * Delta) +