Home | History | Annotate | Download | only in layout

Lines Matching refs:success

69     LEErrorCode success = LE_NO_ERROR;
78 ia = glyphStorage.getCharIndex(firstGlyph, success);
83 ix = glyphStorage.getCharIndex(x, success);
84 glyphStorage.setCharIndex(x - 1, ix, success);
89 glyphStorage.setCharIndex(lastGlyph, ia, success);
94 id = glyphStorage.getCharIndex(lastGlyph, success);
99 ix = glyphStorage.getCharIndex(x, success);
100 glyphStorage.setCharIndex(x + 1, ix, success);
105 glyphStorage.setCharIndex(firstGlyph, id, success);
110 ia = glyphStorage.getCharIndex(firstGlyph, success);
111 id = glyphStorage.getCharIndex(lastGlyph, success);
116 glyphStorage.setCharIndex(firstGlyph, id, success);
117 glyphStorage.setCharIndex(lastGlyph, ia, success);
123 ia = glyphStorage.getCharIndex(firstGlyph, success);
124 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
129 ix = glyphStorage.getCharIndex(x, success);
130 glyphStorage.setCharIndex(x - 2, ix, success);
137 glyphStorage.setCharIndex(lastGlyph - 1, ia, success);
138 glyphStorage.setCharIndex(lastGlyph, ib, success);
144 ia = glyphStorage.getCharIndex(firstGlyph, success);
145 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
150 ix = glyphStorage.getCharIndex(x, success);
151 glyphStorage.setCharIndex(x - 2, ix, success);
158 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
159 glyphStorage.setCharIndex(lastGlyph, ia, success);
165 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
166 id = glyphStorage.getCharIndex(lastGlyph, success);
171 ix = glyphStorage.getCharIndex(x, success);
172 glyphStorage.setCharIndex(x + 2, ix, success);
179 glyphStorage.setCharIndex(firstGlyph, ic, success);
180 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
186 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
187 id = glyphStorage.getCharIndex(lastGlyph, success);
192 ix = glyphStorage.getCharIndex(x, success);
193 glyphStorage.setCharIndex(x + 2, ix, success);
200 glyphStorage.setCharIndex(firstGlyph, id, success);
201 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
208 ia = glyphStorage.getCharIndex(firstGlyph, success);
209 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
210 id = glyphStorage.getCharIndex(lastGlyph, success);
215 ix = glyphStorage.getCharIndex(x, success);
216 glyphStorage.setCharIndex(x + 1, ix, success);
224 glyphStorage.setCharIndex(firstGlyph, ic, success);
225 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
226 glyphStorage.setCharIndex(lastGlyph, ia, success);
233 ia = glyphStorage.getCharIndex(firstGlyph, success);
234 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
235 id = glyphStorage.getCharIndex(lastGlyph, success);
240 ix = glyphStorage.getCharIndex(x, success);
241 glyphStorage.setCharIndex(x + 1, ix, success);
249 glyphStorage.setCharIndex(firstGlyph, id, success);
250 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
251 glyphStorage.setCharIndex(lastGlyph, ia, success);
258 ia = glyphStorage.getCharIndex(firstGlyph, success);
259 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
260 id = glyphStorage.getCharIndex(lastGlyph, success);
265 ix = glyphStorage.getCharIndex(x, success);
266 glyphStorage.setCharIndex(x - 2, ix, success);
274 glyphStorage.setCharIndex(firstGlyph, id, success);
275 glyphStorage.setCharIndex(lastGlyph - 1, ia, success);
276 glyphStorage.setCharIndex(lastGlyph, ib, success);
283 ia = glyphStorage.getCharIndex(firstGlyph, success);
284 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
285 id = glyphStorage.getCharIndex(lastGlyph, success);
290 ix = glyphStorage.getCharIndex(x, success);
291 glyphStorage.setCharIndex(x - 2, ix, success);
299 glyphStorage.setCharIndex(firstGlyph, id, success);
300 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
301 glyphStorage.setCharIndex(lastGlyph, ia, success);
314 ia = glyphStorage.getCharIndex(firstGlyph, success);
315 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
316 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
317 id = glyphStorage.getCharIndex(lastGlyph, success);
319 glyphStorage.setCharIndex(firstGlyph, ic, success);
320 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
322 glyphStorage.setCharIndex(lastGlyph - 1, ia, success);
323 glyphStorage.setCharIndex(lastGlyph, ib, success);
336 ia = glyphStorage.getCharIndex(firstGlyph, success);
337 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
338 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
339 id = glyphStorage.getCharIndex(lastGlyph, success);
341 glyphStorage.setCharIndex(firstGlyph, ic, success);
342 glyphStorage.setCharIndex(firstGlyph + 1, id, success);
344 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
345 glyphStorage.setCharIndex(lastGlyph, ia, success);
358 ia = glyphStorage.getCharIndex(firstGlyph, success);
359 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
360 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
361 id = glyphStorage.getCharIndex(lastGlyph, success);
363 glyphStorage.setCharIndex(firstGlyph, id, success);
364 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
366 glyphStorage.setCharIndex(lastGlyph - 1, ia, success);
367 glyphStorage.setCharIndex(lastGlyph, ib, success);
380 ia = glyphStorage.getCharIndex(firstGlyph, success);
381 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
382 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
383 id = glyphStorage.getCharIndex(lastGlyph, success);
385 glyphStorage.setCharIndex(firstGlyph, id, success);
386 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
388 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
389 glyphStorage.setCharIndex(lastGlyph, ia, success);