Lines Matching refs:firstGlyph

37     firstGlyph = 0;  in beginStateTable()
49 firstGlyph = currGlyph; in processStateEntry()
82 a = glyphStorage[firstGlyph]; in doRearrangementAction()
83 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
84 x = firstGlyph + 1; in doRearrangementAction()
102 while (x >= firstGlyph) { in doRearrangementAction()
109 glyphStorage[firstGlyph] = d; in doRearrangementAction()
110 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
114 a = glyphStorage[firstGlyph]; in doRearrangementAction()
115 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
118 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
121 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
126 a = glyphStorage[firstGlyph]; in doRearrangementAction()
127 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
128 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
129 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
130 x = firstGlyph + 2; in doRearrangementAction()
147 a = glyphStorage[firstGlyph]; in doRearrangementAction()
148 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
149 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
150 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
151 x = firstGlyph + 2; in doRearrangementAction()
174 while (x >= firstGlyph) { in doRearrangementAction()
181 glyphStorage[firstGlyph] = c; in doRearrangementAction()
182 glyphStorage[firstGlyph + 1] = d; in doRearrangementAction()
184 glyphStorage.setCharIndex(firstGlyph, ic, success); in doRearrangementAction()
185 glyphStorage.setCharIndex(firstGlyph + 1, id, success); in doRearrangementAction()
195 while (x >= firstGlyph) { in doRearrangementAction()
202 glyphStorage[firstGlyph] = d; in doRearrangementAction()
203 glyphStorage[firstGlyph + 1] = c; in doRearrangementAction()
205 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
206 glyphStorage.setCharIndex(firstGlyph + 1, ic, success); in doRearrangementAction()
210 a = glyphStorage[firstGlyph]; in doRearrangementAction()
213 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
218 while (x > firstGlyph) { in doRearrangementAction()
225 glyphStorage[firstGlyph] = c; in doRearrangementAction()
226 glyphStorage[firstGlyph + 1] = d; in doRearrangementAction()
229 glyphStorage.setCharIndex(firstGlyph, ic, success); in doRearrangementAction()
230 glyphStorage.setCharIndex(firstGlyph + 1, id, success); in doRearrangementAction()
235 a = glyphStorage[firstGlyph]; in doRearrangementAction()
238 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
243 while (x > firstGlyph) { in doRearrangementAction()
250 glyphStorage[firstGlyph] = d; in doRearrangementAction()
251 glyphStorage[firstGlyph + 1] = c; in doRearrangementAction()
254 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
255 glyphStorage.setCharIndex(firstGlyph + 1, ic, success); in doRearrangementAction()
260 a = glyphStorage[firstGlyph]; in doRearrangementAction()
261 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
263 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
264 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
266 x = firstGlyph + 2; in doRearrangementAction()
275 glyphStorage[firstGlyph] = d; in doRearrangementAction()
279 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
285 a = glyphStorage[firstGlyph]; in doRearrangementAction()
286 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
288 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
289 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
291 x = firstGlyph + 2; in doRearrangementAction()
300 glyphStorage[firstGlyph] = d; in doRearrangementAction()
304 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
310 a = glyphStorage[firstGlyph]; in doRearrangementAction()
311 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
313 glyphStorage[firstGlyph] = glyphStorage[lastGlyph - 1]; in doRearrangementAction()
314 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph]; in doRearrangementAction()
319 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
320 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
324 glyphStorage.setCharIndex(firstGlyph, ic, success); in doRearrangementAction()
325 glyphStorage.setCharIndex(firstGlyph + 1, id, success); in doRearrangementAction()
332 a = glyphStorage[firstGlyph]; in doRearrangementAction()
333 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
335 glyphStorage[firstGlyph] = glyphStorage[lastGlyph - 1]; in doRearrangementAction()
336 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph]; in doRearrangementAction()
341 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
342 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
346 glyphStorage.setCharIndex(firstGlyph, ic, success); in doRearrangementAction()
347 glyphStorage.setCharIndex(firstGlyph + 1, id, success); in doRearrangementAction()
354 a = glyphStorage[firstGlyph]; in doRearrangementAction()
355 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
357 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
358 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph - 1]; in doRearrangementAction()
363 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
364 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
368 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
369 glyphStorage.setCharIndex(firstGlyph + 1, ic, success); in doRearrangementAction()
376 a = glyphStorage[firstGlyph]; in doRearrangementAction()
377 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
379 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
380 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph - 1]; in doRearrangementAction()
385 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
386 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
390 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
391 glyphStorage.setCharIndex(firstGlyph + 1, ic, success); in doRearrangementAction()