Home | History | Annotate | Download | only in layout

Lines Matching refs:ix

69     le_int32 ia, ib, ic, id, ix, x;
84 ix = glyphStorage.getCharIndex(x, success);
85 glyphStorage.setCharIndex(x - 1, ix, success);
100 ix = glyphStorage.getCharIndex(x, success);
101 glyphStorage.setCharIndex(x + 1, ix, success);
130 ix = glyphStorage.getCharIndex(x, success);
131 glyphStorage.setCharIndex(x - 2, ix, success);
151 ix = glyphStorage.getCharIndex(x, success);
152 glyphStorage.setCharIndex(x - 2, ix, success);
172 ix = glyphStorage.getCharIndex(x, success);
173 glyphStorage.setCharIndex(x + 2, ix, success);
193 ix = glyphStorage.getCharIndex(x, success);
194 glyphStorage.setCharIndex(x + 2, ix, success);
216 ix = glyphStorage.getCharIndex(x, success);
217 glyphStorage.setCharIndex(x + 1, ix, success);
241 ix = glyphStorage.getCharIndex(x, success);
242 glyphStorage.setCharIndex(x + 1, ix, success);
266 ix = glyphStorage.getCharIndex(x, success);
267 glyphStorage.setCharIndex(x - 2, ix, success);
291 ix = glyphStorage.getCharIndex(x, success);
292 glyphStorage.setCharIndex(x - 2, ix, success);