Home | History | Annotate | Download | only in Graphics

Lines Matching defs:FontInfo

170   EFI_FONT_DISPLAY_INFO          *FontInfo;  

199 FontInfo = NULL;
251 FontInfo = (EFI_FONT_DISPLAY_INFO *) EfiLibAllocateZeroPool (sizeof (EFI_FONT_DISPLAY_INFO));
252 if (FontInfo == NULL) {
257 EfiCopyMem (&FontInfo->ForegroundColor, Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
260 &FontInfo->ForegroundColor,
266 EfiCopyMem (&FontInfo->BackgroundColor, Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
269 &FontInfo->BackgroundColor,
279 FontInfo,
364 EfiLibSafeFreePool (FontInfo);