Searched refs:GlyphInfoList (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ |
D | Font.c | 60 IN LIST_ENTRY *GlyphInfoList, in NewCell() argument 66 ASSERT (Cell != NULL && GlyphInfoList != NULL); in NewCell() 83 InsertTailList (GlyphInfoList, &GlyphInfo->Entry); in NewCell() 108 IN LIST_ENTRY *GlyphInfoList, in GetCell() argument 115 ASSERT (Cell != NULL && GlyphInfoList != NULL); in GetCell() 127 for (Link = GlyphInfoList->BackLink; Link != GlyphInfoList; Link = Link->BackLink) { in GetCell() 696 &FontPackage->GlyphInfoList, in FindGlyphBlock() 723 &FontPackage->GlyphInfoList, in FindGlyphBlock() 838 Status = GetCell (CharCurrent, &FontPackage->GlyphInfoList, &DefaultCell); in FindGlyphBlock() 868 Status = GetCell (CharCurrent, &FontPackage->GlyphInfoList, &DefaultCell); in FindGlyphBlock()
|
D | HiiDatabase.h | 190 LIST_ENTRY GlyphInfoList; member
|
D | Database.c | 1217 InitializeListHead (&FontPackage->GlyphInfoList); in InsertFontPackage() 1425 while (!IsListEmpty (&Package->GlyphInfoList)) { in RemoveFontPackages() 1427 Package->GlyphInfoList.ForwardLink, in RemoveFontPackages()
|