Lines Matching refs:firstGlyph
34 firstGlyph = 0; in beginStateTable()
47 firstGlyph = currGlyph; in processStateEntry()
79 a = glyphStorage[firstGlyph]; in doRearrangementAction()
80 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
81 x = firstGlyph + 1; in doRearrangementAction()
99 while (x >= firstGlyph) { in doRearrangementAction()
106 glyphStorage[firstGlyph] = d; in doRearrangementAction()
107 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
111 a = glyphStorage[firstGlyph]; in doRearrangementAction()
112 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
115 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
118 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
123 a = glyphStorage[firstGlyph]; in doRearrangementAction()
124 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
125 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
126 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
127 x = firstGlyph + 2; in doRearrangementAction()
144 a = glyphStorage[firstGlyph]; in doRearrangementAction()
145 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
146 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
147 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
148 x = firstGlyph + 2; in doRearrangementAction()
171 while (x >= firstGlyph) { in doRearrangementAction()
178 glyphStorage[firstGlyph] = c; in doRearrangementAction()
179 glyphStorage[firstGlyph + 1] = d; in doRearrangementAction()
181 glyphStorage.setCharIndex(firstGlyph, ic, success); in doRearrangementAction()
182 glyphStorage.setCharIndex(firstGlyph + 1, id, success); in doRearrangementAction()
192 while (x >= firstGlyph) { in doRearrangementAction()
199 glyphStorage[firstGlyph] = d; in doRearrangementAction()
200 glyphStorage[firstGlyph + 1] = c; in doRearrangementAction()
202 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
203 glyphStorage.setCharIndex(firstGlyph + 1, ic, success); in doRearrangementAction()
207 a = glyphStorage[firstGlyph]; in doRearrangementAction()
210 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
215 while (x > firstGlyph) { in doRearrangementAction()
222 glyphStorage[firstGlyph] = c; in doRearrangementAction()
223 glyphStorage[firstGlyph + 1] = d; in doRearrangementAction()
226 glyphStorage.setCharIndex(firstGlyph, ic, success); in doRearrangementAction()
227 glyphStorage.setCharIndex(firstGlyph + 1, id, success); in doRearrangementAction()
232 a = glyphStorage[firstGlyph]; in doRearrangementAction()
235 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
240 while (x > firstGlyph) { in doRearrangementAction()
247 glyphStorage[firstGlyph] = d; in doRearrangementAction()
248 glyphStorage[firstGlyph + 1] = c; in doRearrangementAction()
251 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
252 glyphStorage.setCharIndex(firstGlyph + 1, ic, success); in doRearrangementAction()
257 a = glyphStorage[firstGlyph]; in doRearrangementAction()
258 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
260 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
261 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
263 x = firstGlyph + 2; in doRearrangementAction()
272 glyphStorage[firstGlyph] = d; in doRearrangementAction()
276 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
282 a = glyphStorage[firstGlyph]; in doRearrangementAction()
283 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
285 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
286 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
288 x = firstGlyph + 2; in doRearrangementAction()
297 glyphStorage[firstGlyph] = d; in doRearrangementAction()
301 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
307 a = glyphStorage[firstGlyph]; in doRearrangementAction()
308 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
310 glyphStorage[firstGlyph] = glyphStorage[lastGlyph - 1]; in doRearrangementAction()
311 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph]; in doRearrangementAction()
316 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
317 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
321 glyphStorage.setCharIndex(firstGlyph, ic, success); in doRearrangementAction()
322 glyphStorage.setCharIndex(firstGlyph + 1, id, success); in doRearrangementAction()
329 a = glyphStorage[firstGlyph]; in doRearrangementAction()
330 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
332 glyphStorage[firstGlyph] = glyphStorage[lastGlyph - 1]; in doRearrangementAction()
333 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph]; in doRearrangementAction()
338 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
339 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
343 glyphStorage.setCharIndex(firstGlyph, ic, success); in doRearrangementAction()
344 glyphStorage.setCharIndex(firstGlyph + 1, id, success); in doRearrangementAction()
351 a = glyphStorage[firstGlyph]; in doRearrangementAction()
352 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
354 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
355 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph - 1]; in doRearrangementAction()
360 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
361 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
365 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
366 glyphStorage.setCharIndex(firstGlyph + 1, ic, success); in doRearrangementAction()
373 a = glyphStorage[firstGlyph]; in doRearrangementAction()
374 b = glyphStorage[firstGlyph + 1]; in doRearrangementAction()
376 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
377 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph - 1]; in doRearrangementAction()
382 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()
383 ib = glyphStorage.getCharIndex(firstGlyph + 1, success); in doRearrangementAction()
387 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()
388 glyphStorage.setCharIndex(firstGlyph + 1, ic, success); in doRearrangementAction()