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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1588 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...]

Completed in 36 milliseconds