Searched refs:FontInfoMask (Results 1 – 4 of 4) sorted by relevance
1009 …Info->FontInfoMask = EFI_FONT_INFO_SYS_FONT | EFI_FONT_INFO_SYS_SIZE | EFI_FONT_INFO_SYS_STY… in GetSystemFont()1085 if ((StringInfo->FontInfoMask & (EFI_FONT_INFO_SYS_FONT | EFI_FONT_INFO_ANY_FONT)) == 0) { in IsSystemFontInfo()1090 if ((StringInfo->FontInfoMask & (EFI_FONT_INFO_SYS_SIZE | EFI_FONT_INFO_ANY_SIZE)) == 0) { in IsSystemFontInfo()1095 if ((StringInfo->FontInfoMask & (EFI_FONT_INFO_SYS_STYLE | EFI_FONT_INFO_ANY_STYLE)) == 0) { in IsSystemFontInfo()1100 if ((StringInfo->FontInfoMask & EFI_FONT_INFO_SYS_FORE_COLOR) == 0) { in IsSystemFontInfo()1109 if ((StringInfo->FontInfoMask & EFI_FONT_INFO_SYS_BACK_COLOR) == 0) { in IsSystemFontInfo()1157 IN EFI_FONT_INFO_MASK *FontInfoMask, OPTIONAL in IsFontInfoExisted() argument1189 if (FontInfoMask != NULL) { in IsFontInfoExisted()1190 Mask = *FontInfoMask & (~SYS_FONT_INFO_MASK); in IsFontInfoExisted()1205 if (FontInfoMask == NULL) { in IsFontInfoExisted()[all …]
444 IN EFI_FONT_INFO_MASK *FontInfoMask, OPTIONAL
64 EFI_FONT_INFO_MASK FontInfoMask; member
105 EFI_FONT_INFO_MASK FontInfoMask; member