Lines Matching refs:firstGlyph
34 firstGlyph = 0;
45 firstGlyph = currGlyph;
77 a = glyphStorage[firstGlyph];
78 ia = glyphStorage.getCharIndex(firstGlyph, success);
79 x = firstGlyph + 1;
97 while (x >= firstGlyph) {
104 glyphStorage[firstGlyph] = d;
105 glyphStorage.setCharIndex(firstGlyph, id, success);
109 a = glyphStorage[firstGlyph];
110 ia = glyphStorage.getCharIndex(firstGlyph, success);
113 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
116 glyphStorage.setCharIndex(firstGlyph, id, success);
121 a = glyphStorage[firstGlyph];
122 b = glyphStorage[firstGlyph + 1];
123 ia = glyphStorage.getCharIndex(firstGlyph, success);
124 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
125 x = firstGlyph + 2;
142 a = glyphStorage[firstGlyph];
143 b = glyphStorage[firstGlyph + 1];
144 ia = glyphStorage.getCharIndex(firstGlyph, success);
145 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
146 x = firstGlyph + 2;
169 while (x >= firstGlyph) {
176 glyphStorage[firstGlyph] = c;
177 glyphStorage[firstGlyph + 1] = d;
179 glyphStorage.setCharIndex(firstGlyph, ic, success);
180 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
190 while (x >= firstGlyph) {
197 glyphStorage[firstGlyph] = d;
198 glyphStorage[firstGlyph + 1] = c;
200 glyphStorage.setCharIndex(firstGlyph, id, success);
201 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
205 a = glyphStorage[firstGlyph];
208 ia = glyphStorage.getCharIndex(firstGlyph, success);
213 while (x > firstGlyph) {
220 glyphStorage[firstGlyph] = c;
221 glyphStorage[firstGlyph + 1] = d;
224 glyphStorage.setCharIndex(firstGlyph, ic, success);
225 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
230 a = glyphStorage[firstGlyph];
233 ia = glyphStorage.getCharIndex(firstGlyph, success);
238 while (x > firstGlyph) {
245 glyphStorage[firstGlyph] = d;
246 glyphStorage[firstGlyph + 1] = c;
249 glyphStorage.setCharIndex(firstGlyph, id, success);
250 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
255 a = glyphStorage[firstGlyph];
256 b = glyphStorage[firstGlyph + 1];
258 ia = glyphStorage.getCharIndex(firstGlyph, success);
259 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
261 x = firstGlyph + 2;
270 glyphStorage[firstGlyph] = d;
274 glyphStorage.setCharIndex(firstGlyph, id, success);
280 a = glyphStorage[firstGlyph];
281 b = glyphStorage[firstGlyph + 1];
283 ia = glyphStorage.getCharIndex(firstGlyph, success);
284 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
286 x = firstGlyph + 2;
295 glyphStorage[firstGlyph] = d;
299 glyphStorage.setCharIndex(firstGlyph, id, success);
305 a = glyphStorage[firstGlyph];
306 b = glyphStorage[firstGlyph + 1];
308 glyphStorage[firstGlyph] = glyphStorage[lastGlyph - 1];
309 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph];
314 ia = glyphStorage.getCharIndex(firstGlyph, success);
315 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
319 glyphStorage.setCharIndex(firstGlyph, ic, success);
320 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
327 a = glyphStorage[firstGlyph];
328 b = glyphStorage[firstGlyph + 1];
330 glyphStorage[firstGlyph] = glyphStorage[lastGlyph - 1];
331 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph];
336 ia = glyphStorage.getCharIndex(firstGlyph, success);
337 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
341 glyphStorage.setCharIndex(firstGlyph, ic, success);
342 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
349 a = glyphStorage[firstGlyph];
350 b = glyphStorage[firstGlyph + 1];
352 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
353 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph - 1];
358 ia = glyphStorage.getCharIndex(firstGlyph, success);
359 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
363 glyphStorage.setCharIndex(firstGlyph, id, success);
364 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
371 a = glyphStorage[firstGlyph];
372 b = glyphStorage[firstGlyph + 1];
374 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
375 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph - 1];
380 ia = glyphStorage.getCharIndex(firstGlyph, success);
381 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
385 glyphStorage.setCharIndex(firstGlyph, id, success);
386 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);