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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
HiiDatabase.h 197 CHAR16 CharId;
    [all...]
Font.c 75 // identified by "CharId".
78 GlyphInfo->CharId = CharValue;
119 // the value of "CharId" of a default character cell which is used for a
123 // For instance, if the CharId of a GlyphInfoList is {1, 3, 7}, a default glyph
124 // with CharValue equals "7" uses the GlyphInfo with CharId = 7;
125 // a default glyph with CharValue equals "6" uses the GlyphInfo with CharId = 3.
129 if (GlyphInfo->CharId <= CharValue) {
    [all...]

Completed in 197 milliseconds