Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:FontInfoSize

223       *StringFontInfo = (EFI_FONT_INFO *) AllocateZeroPool (GlobalFont->FontInfoSize);

227 CopyMem (*StringFontInfo, GlobalFont->FontInfo, GlobalFont->FontInfoSize);
283 UINTN FontInfoSize;
506 FontInfoSize = sizeof (EFI_FONT_INFO) - sizeof (CHAR16) + StringSize;
507 FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoSize);