Searched refs:HII_GLOBAL_FONT_INFO_SIGNATURE (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ |
D | HiiDatabase.h | 205 #define HII_GLOBAL_FONT_INFO_SIGNATURE SIGNATURE_32 ('h','g','f','i') macro
|
D | Database.c | 1228 GlobalFont->Signature = HII_GLOBAL_FONT_INFO_SIGNATURE; in InsertFontPackage() 1425 GlobalFont = CR (Link, HII_GLOBAL_FONT_INFO, Entry, HII_GLOBAL_FONT_INFO_SIGNATURE); in RemoveFontPackages()
|
D | String.c | 221 …obalFont = CR (FontInfo->GlobalEntry, HII_GLOBAL_FONT_INFO, Entry, HII_GLOBAL_FONT_INFO_SIGNATURE); in GetStringFontInfo()
|
D | Font.c | 1192 GlobalFont = CR (Link, HII_GLOBAL_FONT_INFO, Entry, HII_GLOBAL_FONT_INFO_SIGNATURE); in IsFontInfoExisted()
|