Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching defs:FontInfo

1225   EFI_FONT_DISPLAY_INFO               *FontInfo;

1240 FontInfo = NULL;
1381 Status = GetSystemFont (Private, &FontInfo, NULL);
1387 ASSERT (FontInfo != NULL);
1389 BltBuffer[Index] = FontInfo->BackgroundColor;
1391 FreePool (FontInfo);