Searched refs:StringFontInfo (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | HiiString.h | 27 specified font information StringFontInfo, and returns a new string id. 44 @param StringFontInfo Points to the new string's font information or 53 @retval EFI_INVALID_PARAMETER The specified StringFontInfo does not exist in 66 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL 85 @param StringFontInfo If not NULL, points to the string's font 110 OUT EFI_FONT_INFO **StringFontInfo OPTIONAL 115 specified by String and, optionally, the font information specified by StringFontInfo. 123 @param StringFontInfo Points to the string's font information or NULL if 130 @retval EFI_INVALID_PARAMETER The specified StringFontInfo does not exist in 144 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONA [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/ |
H A D | String.c | 198 @param StringFontInfo Buffer to record the output font info. It's 209 OUT EFI_FONT_INFO **StringFontInfo 216 ASSERT (StringFontInfo != NULL && StringPackage != NULL); 222 *StringFontInfo = (EFI_FONT_INFO *) AllocateZeroPool (GlobalFont->FontInfoSize); 223 if (*StringFontInfo == NULL) { 226 CopyMem (*StringFontInfo, GlobalFont->FontInfo, GlobalFont->FontInfoSize); 601 @param StringFontInfo If not NULL, allocate a buffer to record the 620 OUT EFI_FONT_INFO **StringFontInfo OPTIONAL 685 if (StringFontInfo != NULL) { 696 Status = GetStringFontInfo (StringPackage, FontId, StringFontInfo); [all...] |
H A D | HiiDatabase.h | 939 specified font information StringFontInfo and returns a new string id. 955 @param StringFontInfo Points to the new string's font information or 977 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL 997 @param StringFontInfo If not NULL, points to the string's font 1024 OUT EFI_FONT_INFO **StringFontInfo OPTIONAL 1030 specified by String and, optionally, the font information specified by StringFontInfo. 1039 @param StringFontInfo Points to the string's font information or NULL 1058 IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL
|
H A D | Font.c | 2307 EFI_FONT_INFO *StringFontInfo; local 2330 StringFontInfo = NULL; 2399 &StringFontInfo 2426 // StringFontInfo equals NULL means system default font attaches with the string block. 2428 if (StringFontInfo != NULL && IsSystemFontInfo (Private, (EFI_FONT_DISPLAY_INFO *) StringInfo, NULL, NULL)) { 2429 FontLen = sizeof (EFI_FONT_DISPLAY_INFO) - sizeof (CHAR16) + StrSize (StringFontInfo->FontName); 2436 NewStringInfo->FontInfo.FontStyle = StringFontInfo->FontStyle; 2437 NewStringInfo->FontInfo.FontSize = StringFontInfo->FontSize; 2438 StrCpy (NewStringInfo->FontInfo.FontName, StringFontInfo->FontName); 2481 if (StringFontInfo ! [all...] |
Completed in 144 milliseconds