Lines Matching refs:glyphStorage
54 void StateTableProcessor2::process(LEGlyphStorage &glyphStorage, LEErrorCode &success)
60 le_int32 glyphCount = glyphStorage.getGlyphCount();
89 LEGlyphID gid = glyphStorage[currGlyph];
100 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex); // return a zero-based index instead of a byte offset
120 LEGlyphID gid = glyphStorage[currGlyph];
135 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex, success);
161 LEGlyphID gid = glyphStorage[currGlyph];
175 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex, success);
197 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]);
206 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex, success);