Home | History | Annotate | Download | only in Graphics

Lines Matching defs:Blt

169   EFI_IMAGE_OUTPUT               *Blt;

198 Blt = NULL;
241 Blt = (EFI_IMAGE_OUTPUT *) EfiLibAllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT));
242 if (Blt == NULL) {
247 Blt->Width = (UINT16) (HorizontalResolution);
248 Blt->Height = (UINT16) (VerticalResolution);
249 Blt->Image.Screen = GraphicsOutput;
280 &Blt,
329 // Blt a character to the screen
332 Status = GraphicsOutput->Blt (
345 Status = UgaDraw->Blt (
363 EfiLibSafeFreePool (Blt);