Lines Matching defs:BltBuffer
114 IN EFI_UGA_PIXEL *BltBuffer, OPTIONAL
148 // If Delta is zero, then the entire BltBuffer is being used, so Delta
149 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size,
168 // Video to BltBuffer: Source is Video, destination is BltBuffer
179 // BltBuffer to Video: Source is BltBuffer, destination is Video
199 // Video to BltBuffer: Source is Video, destination is BltBuffer
225 Blt = (EFI_UGA_PIXEL *) ((UINT8 *) BltBuffer + (DstY * Delta) + (DestinationX + X) * sizeof (EFI_UGA_PIXEL));
281 Blt = BltBuffer;
337 Blt = (EFI_UGA_PIXEL *) ((UINT8 *) BltBuffer + (SrcY * Delta) + (SourceX + X) * sizeof (EFI_UGA_PIXEL));