Searched refs:StringInfoOut (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/ |
H A D | Font.c | 1588 EFI_FONT_DISPLAY_INFO *StringInfoOut; local 1684 StringInfoOut = NULL; 1701 Status = HiiGetFontInfo (This, &FontHandle, (EFI_FONT_DISPLAY_INFO *) StringInfo, &StringInfoOut, NULL); 1715 FontInfo = &StringInfoOut->FontInfo; 1719 Foreground = StringInfoOut->ForegroundColor; 1720 Background = StringInfoOut->BackgroundColor; 2200 if (StringInfoOut != NULL) { 2201 FreePool (StringInfoOut); 2529 EFI_FONT_DISPLAY_INFO *StringInfoOut; local 2553 StringInfoOut 2703 HiiGetFontInfo( IN CONST EFI_HII_FONT_PROTOCOL *This, IN OUT EFI_FONT_HANDLE *FontHandle, IN CONST EFI_FONT_DISPLAY_INFO *StringInfoIn, OPTIONAL OUT EFI_FONT_DISPLAY_INFO **StringInfoOut, IN CONST EFI_STRING String OPTIONAL ) argument [all...] |
H A D | HiiDatabase.h | 728 @param StringInfoOut Upon return, contains the matching font's 749 OUT EFI_FONT_DISPLAY_INFO **StringInfoOut,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | HiiFont.h | 430 @param StringInfoOut Upon return, contains the matching 451 OUT EFI_FONT_DISPLAY_INFO **StringInfoOut,
|
Completed in 440 milliseconds