Searched refs:EFI_FONT_DISPLAY_INFO (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiFont.h107 } EFI_FONT_DISPLAY_INFO; typedef in typeref:struct:_EFI_FONT_DISPLAY_INFO
219 IN CONST EFI_FONT_DISPLAY_INFO *StringInfo,
357 IN CONST EFI_FONT_DISPLAY_INFO *StringInfo OPTIONAL,
406 IN CONST EFI_FONT_DISPLAY_INFO *StringInfo,
450 IN CONST EFI_FONT_DISPLAY_INFO *StringInfoIn, OPTIONAL
451 OUT EFI_FONT_DISPLAY_INFO **StringInfoOut,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c968 OUT EFI_FONT_DISPLAY_INFO **FontInfo,
972 EFI_FONT_DISPLAY_INFO *Info;
985 InfoSize = sizeof (EFI_FONT_DISPLAY_INFO) - sizeof (CHAR16) + StrSize (L"sysdefault");
986 Info = (EFI_FONT_DISPLAY_INFO *) AllocateZeroPool (InfoSize);
1007 Check whether EFI_FONT_DISPLAY_INFO points to system default font and color or
1027 IN EFI_FONT_DISPLAY_INFO *StringInfo,
1028 OUT EFI_FONT_DISPLAY_INFO **SystemInfo, OPTIONAL
1033 EFI_FONT_DISPLAY_INFO *SystemDefault;
1560 IN CONST EFI_FONT_DISPLAY_INFO *StringInfo OPTIONAL,
1588 EFI_FONT_DISPLAY_INFO *StringInfoOu
[all...]
H A DHiiDatabase.h425 OUT EFI_FONT_DISPLAY_INFO **FontInfo,
592 IN CONST EFI_FONT_DISPLAY_INFO *StringInfo OPTIONAL,
671 IN CONST EFI_FONT_DISPLAY_INFO *StringInfo OPTIONAL,
708 IN CONST EFI_FONT_DISPLAY_INFO *StringInfo,
748 IN CONST EFI_FONT_DISPLAY_INFO *StringInfoIn, OPTIONAL
749 OUT EFI_FONT_DISPLAY_INFO **StringInfoOut,
H A DImage.c1234 EFI_FONT_DISPLAY_INFO *FontInfo;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c357 EFI_FONT_DISPLAY_INFO FontInfo;
432 ZeroMem (&FontInfo, sizeof (EFI_FONT_DISPLAY_INFO));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c357 EFI_FONT_DISPLAY_INFO FontInfo;
432 ZeroMem (&FontInfo, sizeof (EFI_FONT_DISPLAY_INFO));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c1728 EFI_FONT_DISPLAY_INFO *FontInfo;
1752 FontInfo = (EFI_FONT_DISPLAY_INFO *) AllocateZeroPool (sizeof (EFI_FONT_DISPLAY_INFO));

Completed in 898 milliseconds