Home | History | Annotate | Download | only in layout

Lines Matching refs:firstGlyph

34     firstGlyph = 0;
45 firstGlyph = currGlyph;
78 a = glyphStorage[firstGlyph];
79 ia = glyphStorage.getCharIndex(firstGlyph, success);
80 x = firstGlyph + 1;
98 while (x >= firstGlyph) {
105 glyphStorage[firstGlyph] = d;
106 glyphStorage.setCharIndex(firstGlyph, id, success);
110 a = glyphStorage[firstGlyph];
111 ia = glyphStorage.getCharIndex(firstGlyph, success);
114 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
117 glyphStorage.setCharIndex(firstGlyph, id, success);
122 a = glyphStorage[firstGlyph];
123 b = glyphStorage[firstGlyph + 1];
124 ia = glyphStorage.getCharIndex(firstGlyph, success);
125 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
126 x = firstGlyph + 2;
143 a = glyphStorage[firstGlyph];
144 b = glyphStorage[firstGlyph + 1];
145 ia = glyphStorage.getCharIndex(firstGlyph, success);
146 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
147 x = firstGlyph + 2;
170 while (x >= firstGlyph) {
177 glyphStorage[firstGlyph] = c;
178 glyphStorage[firstGlyph + 1] = d;
180 glyphStorage.setCharIndex(firstGlyph, ic, success);
181 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
191 while (x >= firstGlyph) {
198 glyphStorage[firstGlyph] = d;
199 glyphStorage[firstGlyph + 1] = c;
201 glyphStorage.setCharIndex(firstGlyph, id, success);
202 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
206 a = glyphStorage[firstGlyph];
209 ia = glyphStorage.getCharIndex(firstGlyph, success);
214 while (x > firstGlyph) {
221 glyphStorage[firstGlyph] = c;
222 glyphStorage[firstGlyph + 1] = d;
225 glyphStorage.setCharIndex(firstGlyph, ic, success);
226 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
231 a = glyphStorage[firstGlyph];
234 ia = glyphStorage.getCharIndex(firstGlyph, success);
239 while (x > firstGlyph) {
246 glyphStorage[firstGlyph] = d;
247 glyphStorage[firstGlyph + 1] = c;
250 glyphStorage.setCharIndex(firstGlyph, id, success);
251 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
256 a = glyphStorage[firstGlyph];
257 b = glyphStorage[firstGlyph + 1];
259 ia = glyphStorage.getCharIndex(firstGlyph, success);
260 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
262 x = firstGlyph + 2;
271 glyphStorage[firstGlyph] = d;
275 glyphStorage.setCharIndex(firstGlyph, id, success);
281 a = glyphStorage[firstGlyph];
282 b = glyphStorage[firstGlyph + 1];
284 ia = glyphStorage.getCharIndex(firstGlyph, success);
285 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
287 x = firstGlyph + 2;
296 glyphStorage[firstGlyph] = d;
300 glyphStorage.setCharIndex(firstGlyph, id, success);
306 a = glyphStorage[firstGlyph];
307 b = glyphStorage[firstGlyph + 1];
309 glyphStorage[firstGlyph] = glyphStorage[lastGlyph - 1];
310 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph];
315 ia = glyphStorage.getCharIndex(firstGlyph, success);
316 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
320 glyphStorage.setCharIndex(firstGlyph, ic, success);
321 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
328 a = glyphStorage[firstGlyph];
329 b = glyphStorage[firstGlyph + 1];
331 glyphStorage[firstGlyph] = glyphStorage[lastGlyph - 1];
332 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph];
337 ia = glyphStorage.getCharIndex(firstGlyph, success);
338 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
342 glyphStorage.setCharIndex(firstGlyph, ic, success);
343 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
350 a = glyphStorage[firstGlyph];
351 b = glyphStorage[firstGlyph + 1];
353 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
354 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph - 1];
359 ia = glyphStorage.getCharIndex(firstGlyph, success);
360 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
364 glyphStorage.setCharIndex(firstGlyph, id, success);
365 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
372 a = glyphStorage[firstGlyph];
373 b = glyphStorage[firstGlyph + 1];
375 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
376 glyphStorage[firstGlyph + 1] = glyphStorage[lastGlyph - 1];
381 ia = glyphStorage.getCharIndex(firstGlyph, success);
382 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
386 glyphStorage.setCharIndex(firstGlyph, id, success);
387 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);