Home | History | Annotate | Download | only in BootLogoLib

Lines Matching defs:Blt

66   EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Blt;

137 Blt = NULL;
182 if (Blt != NULL) {
183 FreePool (Blt);
186 Status = DecodeImage (ImageFormat, ImageData, ImageSize, &Blt, &BltSize, &Width, &Height);
252 Status = GraphicsOutput->Blt (
254 Blt,
266 Status = UgaDraw->Blt (
268 (EFI_UGA_PIXEL *) Blt,
320 if (Blt != NULL) {
321 FreePool (Blt);
332 // Only one logo displayed, use its Blt buffer directly for BootLogo protocol.
334 LogoBlt = Blt;
340 if (Blt != NULL) {
341 FreePool (Blt);
358 Status = GraphicsOutput->Blt (
371 Status = UgaDraw->Blt (
509 Status = GraphicsOutput->Blt (
522 Status = UgaDraw->Blt (
544 Status = GraphicsOutput->Blt (
557 Status = UgaDraw->Blt (