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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c2682 @param StringInfoIn Upon entry, points to the font to return
2696 @retval EFI_INVALID_PARAMETER StringInfoIn->FontInfoMask is an invalid combination.
2706 IN CONST EFI_FONT_DISPLAY_INFO *StringInfoIn, OPTIONAL
2744 // Get default system display info, if StringInfoIn points to
2747 if (IsSystemFontInfo (Private, (EFI_FONT_DISPLAY_INFO *) StringInfoIn, &SystemDefault, &StringInfoOutLen)) {
2773 // StringInfoIn must not be NULL if it is not system default font info.
2775 ASSERT (StringInfoIn != NULL);
2779 if (((StringInfoIn->FontInfoMask & (EFI_FONT_INFO_SYS_FONT | EFI_FONT_INFO_ANY_FONT)) ==
2781 ((StringInfoIn->FontInfoMask & (EFI_FONT_INFO_SYS_SIZE | EFI_FONT_INFO_ANY_SIZE)) ==
2783 ((StringInfoIn
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 49 milliseconds