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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c2306 UINTN FontLen; local
2429 FontLen = sizeof (EFI_FONT_DISPLAY_INFO) - sizeof (CHAR16) + StrSize (StringFontInfo->FontName);
2430 NewStringInfo = AllocateZeroPool (FontLen);

Completed in 105 milliseconds