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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c2712 @param StringInfoIn Upon entry, points to the font to return information
2727 @retval EFI_INVALID_PARAMETER StringInfoIn->FontInfoMask is an invalid combination.
2737 IN CONST EFI_FONT_DISPLAY_INFO *StringInfoIn, OPTIONAL
2776 // Get default system display info, if StringInfoIn points to
2779 if (IsSystemFontInfo (Private, (EFI_FONT_DISPLAY_INFO *) StringInfoIn, &SystemDefault, &StringInfoOutLen)) {
2805 // StringInfoIn must not be NULL if it is not system default font info.
2807 ASSERT (StringInfoIn != NULL);
2811 if (((StringInfoIn->FontInfoMask & (EFI_FONT_INFO_SYS_FONT | EFI_FONT_INFO_ANY_FONT)) ==
2813 ((StringInfoIn->FontInfoMask & (EFI_FONT_INFO_SYS_SIZE | EFI_FONT_INFO_ANY_SIZE)) ==
2815 ((StringInfoIn
2734 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 10 milliseconds