Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:FontPackage

203     return FindGlyphBlock (GlobalFont->FontPackage, Char, GlyphBuffer, Cell, NULL);

646 @param FontPackage Hii string package instance.
664 IN HII_FONT_PACKAGE_INSTANCE *FontPackage,
684 ASSERT (FontPackage != NULL);
685 ASSERT (FontPackage->Signature == HII_FONT_PACKAGE_SIGNATURE);
696 &FontPackage->GlyphInfoList,
697 (EFI_HII_GLYPH_INFO *) ((UINT8 *) FontPackage->FontPkgHdr + 3 * sizeof (UINT32))
704 (UINT8 *) FontPackage->FontPkgHdr + 3 * sizeof (UINT32),
709 BlockPtr = FontPackage->GlyphBlock;
723 &FontPackage->GlyphInfoList,
748 BlockPtr = FontPackage->GlyphBlock;
838 Status = GetCell (CharCurrent, &FontPackage->GlyphInfoList, &DefaultCell);
868 Status = GetCell (CharCurrent, &FontPackage->GlyphInfoList, &DefaultCell);
918 FontPackage->BaseLine = BaseLine;
919 FontPackage->Height = (UINT16) (BaseLine - MinOffsetY);
1740 Height = GlobalFont->FontPackage->Height;
1741 BaseLine = GlobalFont->FontPackage->BaseLine;
2863 Status = FindGlyphBlock (GlobalFont->FontPackage, *StringIn, NULL, NULL, NULL);