Lines Matching refs:SystemDefault
1049 EFI_FONT_DISPLAY_INFO *SystemDefault; in IsSystemFontInfo() local
1059 SystemDefault = NULL; in IsSystemFontInfo()
1062 Status = GetSystemFont (Private, &SystemDefault, &DefaultLen); in IsSystemFontInfo()
1064 ASSERT ((SystemDefault != NULL) && (DefaultLen != 0)); in IsSystemFontInfo()
1070 *SystemInfo = SystemDefault; in IsSystemFontInfo()
1086 if (StrCmp (StringInfo->FontInfo.FontName, SystemDefault->FontInfo.FontName) != 0) { in IsSystemFontInfo()
1091 if (StringInfo->FontInfo.FontSize != SystemDefault->FontInfo.FontSize) { in IsSystemFontInfo()
1096 if (StringInfo->FontInfo.FontStyle != SystemDefault->FontInfo.FontStyle) { in IsSystemFontInfo()
1103 &SystemDefault->ForegroundColor, in IsSystemFontInfo()
1112 &SystemDefault->BackgroundColor, in IsSystemFontInfo()
1123 if (SystemDefault != NULL) { in IsSystemFontInfo()
1124 FreePool (SystemDefault); in IsSystemFontInfo()
1610 EFI_FONT_DISPLAY_INFO *SystemDefault; in HiiStringToImage() local
1698 SystemDefault = NULL; in HiiStringToImage()
1709 …SysFontFlag = IsSystemFontInfo (Private, (EFI_FONT_DISPLAY_INFO *) StringInfo, &SystemDefault, N… in HiiStringToImage()
1712 ASSERT (SystemDefault != NULL); in HiiStringToImage()
1714 Height = SystemDefault->FontInfo.FontSize; in HiiStringToImage()
1715 BaseLine = SystemDefault->FontInfo.FontSize; in HiiStringToImage()
1716 Foreground = SystemDefault->ForegroundColor; in HiiStringToImage()
1717 Background = SystemDefault->BackgroundColor; in HiiStringToImage()
1732 Height = SystemDefault->FontInfo.FontSize; in HiiStringToImage()
1733 BaseLine = SystemDefault->FontInfo.FontSize; in HiiStringToImage()
2233 if (SystemDefault != NULL) { in HiiStringToImage()
2234 FreePool (SystemDefault); in HiiStringToImage()
2557 EFI_FONT_DISPLAY_INFO *SystemDefault; in HiiGetGlyph() local
2578 SystemDefault = NULL; in HiiGetGlyph()
2588 Default = IsSystemFontInfo (Private, (EFI_FONT_DISPLAY_INFO *) StringInfo, &SystemDefault, NULL); in HiiGetGlyph()
2612 ASSERT (SystemDefault != NULL); in HiiGetGlyph()
2613 Foreground = SystemDefault->ForegroundColor; in HiiGetGlyph()
2614 Background = SystemDefault->BackgroundColor; in HiiGetGlyph()
2684 if (SystemDefault != NULL) { in HiiGetGlyph()
2685 FreePool (SystemDefault); in HiiGetGlyph()
2744 EFI_FONT_DISPLAY_INFO *SystemDefault; in HiiGetFontInfo() local
2758 SystemDefault = NULL; in HiiGetFontInfo()
2779 …if (IsSystemFontInfo (Private, (EFI_FONT_DISPLAY_INFO *) StringInfoIn, &SystemDefault, &StringInfo… in HiiGetFontInfo()
2786 *StringInfoOut = AllocateCopyPool (StringInfoOutLen, SystemDefault); in HiiGetFontInfo()
2831 Status = SaveFontName (SystemDefault->FontInfo.FontName, &FontInfo); in HiiGetFontInfo()
2840 InfoOut.FontInfo.FontSize = SystemDefault->FontInfo.FontSize; in HiiGetFontInfo()
2843 InfoOut.FontInfo.FontStyle = SystemDefault->FontInfo.FontStyle; in HiiGetFontInfo()
2846 InfoOut.ForegroundColor = SystemDefault->ForegroundColor; in HiiGetFontInfo()
2849 InfoOut.BackgroundColor = SystemDefault->BackgroundColor; in HiiGetFontInfo()
2900 if (SystemDefault != NULL) { in HiiGetFontInfo()
2901 FreePool (SystemDefault); in HiiGetFontInfo()