Home | History | Annotate | Download | only in layout

Lines Matching defs:currGlyph

50     le_int32 currGlyph = 0;
52 currGlyph = glyphCount - 1;
63 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
65 if (currGlyph == glyphCount || currGlyph == -1) {
69 LEGlyphID gid = glyphStorage[currGlyph];
79 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex); // return a zero-based index instead of a byte offset
86 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
88 if (currGlyph == glyphCount || currGlyph == -1) {
92 LEGlyphID gid = glyphStorage[currGlyph];
105 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex);
115 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
117 if (currGlyph == glyphCount || currGlyph == -1) {
121 LEGlyphID gid = glyphStorage[currGlyph];
134 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex);
143 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
145 if (currGlyph == glyphCount || currGlyph == -1) {
149 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]);
157 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex);