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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1123 @param FontHandle On entry, Points to the font handle returned by a
1138 IN EFI_FONT_HANDLE FontHandle, OPTIONAL
1174 // If not NULL, FontHandle points to the next node of the last searched font
1177 if (FontHandle == NULL) {
1180 Link = (LIST_ENTRY *) FontHandle;
1590 EFI_FONT_HANDLE FontHandle; local
1685 FontHandle = NULL;
1701 Status = HiiGetFontInfo (This, &FontHandle, (EFI_FONT_DISPLAY_INFO *) StringInfo, &StringInfoOut, NULL);
2531 EFI_FONT_HANDLE FontHandle; local
2550 FontHandle
1134 IsFontInfoExisted( IN HII_DATABASE_PRIVATE_DATA *Private, IN EFI_FONT_INFO *FontInfo, IN EFI_FONT_INFO_MASK *FontInfoMask, OPTIONAL IN EFI_FONT_HANDLE FontHandle, OPTIONAL OUT HII_GLOBAL_FONT_INFO **GlobalFontInfo OPTIONAL ) argument
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 37 milliseconds