Home
last modified time | relevance | path

Searched refs:InfoOut (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DFont.c2745 EFI_FONT_DISPLAY_INFO InfoOut; in HiiGetFontInfo() local
2828 CopyMem (&InfoOut, (EFI_FONT_DISPLAY_INFO *) StringInfoIn, sizeof (EFI_FONT_DISPLAY_INFO)); 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()
2853 FontInfo->FontSize = InfoOut.FontInfo.FontSize; in HiiGetFontInfo()
2854 FontInfo->FontStyle = InfoOut.FontInfo.FontStyle; in HiiGetFontInfo()
2856 if (IsFontInfoExisted (Private, FontInfo, &InfoOut.FontInfoMask, LocalFontHandle, &GlobalFont)) { in HiiGetFontInfo()
2883 CopyMem (*StringInfoOut, &InfoOut, sizeof (EFI_FONT_DISPLAY_INFO)); in HiiGetFontInfo()