HomeSort by relevance Sort by last modified time
    Searched refs:GlyphInfoList (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c 43 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.
    [all...]
Database.c     [all...]
HiiDatabase.h 190 LIST_ENTRY GlyphInfoList;
483 @retval EFI_SUCCESS Cell information is added to the GlyphInfoList.
    [all...]

Completed in 246 milliseconds