Home | History | Annotate | Download | only in GraphicsConsoleDxe

Lines Matching defs:FontInfo

1750   EFI_FONT_DISPLAY_INFO             *FontInfo;

1774 FontInfo = (EFI_FONT_DISPLAY_INFO *) AllocateZeroPool (sizeof (EFI_FONT_DISPLAY_INFO));
1775 if (FontInfo == NULL) {
1783 GetTextColors (This, &FontInfo->ForegroundColor, &FontInfo->BackgroundColor);
1795 FontInfo,
1829 FontInfo,
1871 if (FontInfo != NULL) {
1872 FreePool (FontInfo);