Lines Matching defs:BltBuffer
222 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
241 BltBuffer - The data to transfer to screen
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
252 the number of bytes in a row of the BltBuffer.
284 // If Delta is zero, then the entire BltBuffer is being used, so Delta
285 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size,
309 // Video to BltBuffer: Source is Video, destination is BltBuffer
320 // BltBuffer to Video: Source is BltBuffer, destination is Video
340 // Video to BltBuffer: Source is Video, destination is BltBuffer
342 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY) && BltBuffer; SrcY++, DstY++) {
356 Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) BltBuffer + (DstY * Delta) + (DestinationX + X);
375 Blt = BltBuffer;
410 (UINT32 *) BltBuffer +