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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c993 Info->FontInfoMask = EFI_FONT_INFO_SYS_FONT | EFI_FONT_INFO_SYS_SIZE | EFI_FONT_INFO_SYS_STYLE;
1063 // Check the FontInfoMask to see whether it is retrieving system info.
1065 if ((StringInfo->FontInfoMask & (EFI_FONT_INFO_SYS_FONT | EFI_FONT_INFO_ANY_FONT)) == 0) {
1070 if ((StringInfo->FontInfoMask & (EFI_FONT_INFO_SYS_SIZE | EFI_FONT_INFO_ANY_SIZE)) == 0) {
1075 if ((StringInfo->FontInfoMask & (EFI_FONT_INFO_SYS_STYLE | EFI_FONT_INFO_ANY_STYLE)) == 0) {
1080 if ((StringInfo->FontInfoMask & EFI_FONT_INFO_SYS_FORE_COLOR) == 0) {
1089 if ((StringInfo->FontInfoMask & EFI_FONT_INFO_SYS_BACK_COLOR) == 0) {
1113 FontInfoMask is specified, check what options can be used to make a match.
1119 @param FontInfoMask If not NULL, describes what options can be used
1137 IN EFI_FONT_INFO_MASK *FontInfoMask, OPTIONA
1134 IsFontInfoExisted( IN HII_DATABASE_PRIVATE_DATA *Private, IN EFI_FONT_INFO *FontInfo, IN EFI_FONT_INFO_MASK *FontInfoMask, OPTIONAL IN EFI_FONT_HANDLE FontHandle, OPTIONAL OUT HII_GLOBAL_FONT_INFO **GlobalFontInfo OPTIONAL ) argument
[all...]
H A DHiiDatabase.h353 FontInfoMask is specified, check what options can be used to make a match.
359 @param FontInfoMask If not NULL, describes what options can be used
377 IN EFI_FONT_INFO_MASK *FontInfoMask, OPTIONAL
739 @retval EFI_INVALID_PARAMETER StringInfoIn->FontInfoMask is an invalid combination.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiFont.h97 in FontInfoMask describe where the system default should be
105 EFI_FONT_INFO_MASK FontInfoMask; member in struct:_EFI_FONT_DISPLAY_INFO

Completed in 56 milliseconds