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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c222 *StringFontInfo = (EFI_FONT_INFO *) AllocateZeroPool (GlobalFont->FontInfoSize);
226 CopyMem (*StringFontInfo, GlobalFont->FontInfo, GlobalFont->FontInfoSize);
282 UINTN FontInfoSize; local
504 FontInfoSize = sizeof (EFI_FONT_INFO) - sizeof (CHAR16) + StringSize;
505 FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoSize);
H A DDatabase.c1151 UINT32 FontInfoSize; local
1177 FontInfoSize = sizeof (EFI_FONT_INFO) + HeaderSize - sizeof (EFI_HII_FONT_PACKAGE_HDR);
1178 FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoSize);
1230 GlobalFont->FontInfoSize = FontInfoSize;
H A DHiiDatabase.h194 UINTN FontInfoSize; member in struct:_HII_GLOBAL_FONT_INFO
414 @param FontInfoSize If not NULL, output the size of buffer FontInfo.
426 OUT UINTN *FontInfoSize OPTIONAL

Completed in 88 milliseconds