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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c2308 EFI_FONT_DISPLAY_INFO *NewStringInfo; local
2331 NewStringInfo = NULL;
2430 NewStringInfo = AllocateZeroPool (FontLen);
2431 if (NewStringInfo == NULL) {
2435 NewStringInfo->FontInfoMask = EFI_FONT_INFO_SYS_FORE_COLOR | EFI_FONT_INFO_SYS_BACK_COLOR;
2436 NewStringInfo->FontInfo.FontStyle = StringFontInfo->FontStyle;
2437 NewStringInfo->FontInfo.FontSize = StringFontInfo->FontSize;
2438 StrCpy (NewStringInfo->FontInfo.FontName, StringFontInfo->FontName);
2444 NewStringInfo,
2484 if (NewStringInfo !
[all...]

Completed in 186 milliseconds