Lines Matching defs:BltBuffer
189 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
208 BltBuffer - The data to transfer to screen
217 If a Delta of 0 is used, the entire BltBuffer will be operated on.
218 If a subrectangle of the BltBuffer is used, then Delta represents
219 the number of bytes in a row of the BltBuffer.
252 // If Delta is zero, then the entire BltBuffer is being used, so Delta
253 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size,
273 // Video to BltBuffer: Source is Video, destination is BltBuffer
284 // BltBuffer to Video: Source is BltBuffer, destination is Video
304 // Video to BltBuffer: Source is Video, destination is BltBuffer
330 Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) ((UINT8 *) BltBuffer + (DstY * Delta) + (DestinationX + X) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
386 Blt = BltBuffer;
444 (UINT8 *) BltBuffer +