Home | History | Annotate | Download | only in GraphicsLite

Lines Matching defs:Blt

144   EFI_IMAGE_OUTPUT               *Blt;

173 Blt = NULL;
215 Blt = (EFI_IMAGE_OUTPUT *) EfiLibAllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT));
216 if (Blt == NULL) {
221 Blt->Width = (UINT16) (HorizontalResolution);
222 Blt->Height = (UINT16) (VerticalResolution);
223 Blt->Image.Screen = GraphicsOutput;
254 &Blt,
303 // Blt a character to the screen
306 Status = GraphicsOutput->Blt (
319 Status = UgaDraw->Blt (
337 EfiLibSafeFreePool (Blt);