Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:CharId

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) {