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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c43 Insert a character cell information to the list specified by GlyphInfoList.
49 @param GlyphInfoList HII_GLYPH_INFO list head.
52 @retval EFI_SUCCESS Cell information is added to the GlyphInfoList.
60 IN LIST_ENTRY *GlyphInfoList,
66 ASSERT (Cell != NULL && GlyphInfoList != NULL);
74 // GlyphInfoList stores a list of default character cell information, each is
83 InsertTailList (GlyphInfoList, &GlyphInfo->Entry);
90 Get a character cell information from the list specified by GlyphInfoList.
96 @param GlyphInfoList HII_GLYPH_INFO list head.
100 @retval EFI_SUCCESS Cell information is added to the GlyphInfoList
58 NewCell( IN CHAR16 CharValue, IN LIST_ENTRY *GlyphInfoList, IN EFI_HII_GLYPH_INFO *Cell ) argument
106 GetCell( IN CHAR16 CharValue, IN LIST_ENTRY *GlyphInfoList, OUT EFI_HII_GLYPH_INFO *Cell ) argument
[all...]
H A DHiiDatabase.h170 LIST_ENTRY GlyphInfoList; member in struct:_HII_FONT_PACKAGE_INSTANCE
416 @retval EFI_SUCCESS Cell information is added to the GlyphInfoList.

Completed in 585 milliseconds