Searched defs:StringInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c146 @param StringInfo Points to the string font and color information
163 IN EFI_FONT_INFO *StringInfo,
191 // If StringInfo is not NULL, it must point to an existing EFI_FONT_INFO rather
196 if (StringInfo != NULL) {
197 if(!IsFontInfoExisted (Private, StringInfo, NULL, NULL, &GlobalFont)) {
1013 @param StringInfo Points to the string output information,
1027 IN EFI_FONT_DISPLAY_INFO *StringInfo,
1039 if (StringInfo == NULL && SystemInfo == NULL) {
1057 if (StringInfo == NULL) {
1065 if ((StringInfo
160 GetGlyphBuffer( IN HII_DATABASE_PRIVATE_DATA *Private, IN CHAR16 Char, IN EFI_FONT_INFO *StringInfo, OUT UINT8 **GlyphBuffer, OUT EFI_HII_GLYPH_INFO *Cell, OUT UINT8 *Attributes OPTIONAL ) argument
1025 IsSystemFontInfo( IN HII_DATABASE_PRIVATE_DATA *Private, IN EFI_FONT_DISPLAY_INFO *StringInfo, OUT EFI_FONT_DISPLAY_INFO **SystemInfo, OPTIONAL OUT UINTN *SystemInfoLen OPTIONAL ) argument
2516 HiiGetGlyph( IN CONST EFI_HII_FONT_PROTOCOL *This, IN CHAR16 Char, IN CONST EFI_FONT_DISPLAY_INFO *StringInfo, OUT EFI_IMAGE_OUTPUT **Blt, OUT UINTN *Baseline OPTIONAL ) argument
[all...]

Completed in 51 milliseconds