Searched refs:SystemDefault (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1033 EFI_FONT_DISPLAY_INFO *SystemDefault; local
1043 Status = GetSystemFont (Private, &SystemDefault, &DefaultLen);
1050 *SystemInfo = SystemDefault;
1066 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) {
1071 if (StringInfo->FontInfo.FontSize != SystemDefault->FontInfo.FontSize) {
1076 if (StringInfo->FontInfo.FontStyle != SystemDefault->FontInfo.FontStyle) {
1083 &SystemDefault->ForegroundColor,
1092 &SystemDefault->BackgroundColor,
1103 if (SystemDefault != NULL) {
1104 FreePool (SystemDefault);
1589 EFI_FONT_DISPLAY_INFO *SystemDefault; local
2528 EFI_FONT_DISPLAY_INFO *SystemDefault; local
2713 EFI_FONT_DISPLAY_INFO *SystemDefault; local
[all...]

Completed in 45 milliseconds