Searched refs:EFI_FONT_INFO (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiString.h66 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL
110 OUT EFI_FONT_INFO **StringFontInfo OPTIONAL
144 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL
H A DHiiFont.h82 // EFI_FONT_INFO
88 } EFI_FONT_INFO; typedef in typeref:struct:__anon12151
106 EFI_FONT_INFO FontInfo;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c39 the same EFI_FONT_INFO is permitted. Otherwise it
42 EFI_FONT_INFO.
44 EFI_FONT_INFO.
80 // FontId identifies EFI_FONT_INFO in local string package uniquely.
82 // EFI_FONT_INFO uniquely in whole hii database.
209 OUT EFI_FONT_INFO **StringFontInfo
222 *StringFontInfo = (EFI_FONT_INFO *) AllocateZeroPool (GlobalFont->FontInfoSize);
280 EFI_FONT_INFO *FontInfo;
504 FontInfoSize = sizeof (EFI_FONT_INFO) - sizeof (CHAR16) + StringSize;
505 FontInfo = (EFI_FONT_INFO *) AllocateZeroPoo
[all...]
H A DHiiDatabase.h195 EFI_FONT_INFO *FontInfo;
352 This function checks whether EFI_FONT_INFO exists in current database. If
358 @param FontInfo Points to EFI_FONT_INFO structure.
376 IN EFI_FONT_INFO *FontInfo,
977 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL
1024 OUT EFI_FONT_INFO **StringFontInfo OPTIONAL
1058 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL
H A DFont.c163 IN EFI_FONT_INFO *StringInfo,
191 // If StringInfo is not NULL, it must point to an existing EFI_FONT_INFO rather
916 Copy a Font Name to a new created EFI_FONT_INFO structure.
921 @param FontInfo a new EFI_FONT_INFO which stores the FontName.
932 OUT EFI_FONT_INFO **FontInfo
939 FontInfoLen = sizeof (EFI_FONT_INFO) - sizeof (CHAR16) + StrSize (FontName);
940 *FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoLen);
1112 This function checks whether EFI_FONT_INFO exists in current database. If
1118 @param FontInfo Points to EFI_FONT_INFO structure.
1136 IN EFI_FONT_INFO *FontInf
[all...]
H A DDatabase.c1132 @retval EFI_UNSUPPORTED A font package with same EFI_FONT_INFO already
1150 EFI_FONT_INFO *FontInfo;
1166 // It is illegal to have two font packages with same EFI_FONT_INFO within hii
1167 // database. EFI_FONT_INFO (FontName, FontSize, FontStyle) describes font's
1177 FontInfoSize = sizeof (EFI_FONT_INFO) + HeaderSize - sizeof (EFI_HII_FONT_PACKAGE_HDR);
1178 FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoSize);
1220 // This font package describes an unique EFI_FONT_INFO. Backup it in global

Completed in 63 milliseconds