Searched refs:NewStringInfo (Results 1 – 1 of 1) sorted by relevance
2336 EFI_FONT_DISPLAY_INFO *NewStringInfo; in HiiStringIdToImage() local2359 NewStringInfo = NULL; in HiiStringIdToImage()2459 NewStringInfo = AllocateZeroPool (FontLen); in HiiStringIdToImage()2460 if (NewStringInfo == NULL) { in HiiStringIdToImage()2464 NewStringInfo->FontInfoMask = EFI_FONT_INFO_SYS_FORE_COLOR | EFI_FONT_INFO_SYS_BACK_COLOR; in HiiStringIdToImage()2465 NewStringInfo->FontInfo.FontStyle = StringFontInfo->FontStyle; in HiiStringIdToImage()2466 NewStringInfo->FontInfo.FontSize = StringFontInfo->FontSize; in HiiStringIdToImage()2467 … StrCpyS (NewStringInfo->FontInfo.FontName, NameSize / sizeof (CHAR16), StringFontInfo->FontName); in HiiStringIdToImage()2473 NewStringInfo, in HiiStringIdToImage()2513 if (NewStringInfo != NULL) { in HiiStringIdToImage()[all …]