Lines Matching full:glyphcount
342 le_int32 i, glyphCount = glyphStorage.getGlyphCount();
344 for (i = 0; i < glyphCount; i += 1) {
354 glyphStorage.setPosition(glyphCount, x, y, success);
388 le_int32 p, glyphCount = glyphStorage.getGlyphCount();
403 for (p = 0; p < glyphCount; p += 1) {
418 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
425 le_int32 glyphCount = glyphStorage.getGlyphCount();
437 c = glyphCount - 1;
460 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
497 le_int32 glyphCount;
503 glyphCount = computeGlyphs(chars, offset, count, max, rightToLeft, *fGlyphStorage, success);
507 return glyphCount;