Home | History | Annotate | Download | only in font

Lines Matching full:glyphscount

294     int glyphsCount = 0;
315 while (glyphsCount < numGlyphs && penX < pathLength) {
332 glyphsCount++;
353 int glyphsCount = 0;
354 while (glyphsCount < numGlyphs) {
363 glyphsCount++;
385 int glyphsCount = 0;
389 while (glyphsCount < numGlyphs) {
402 float penX = x + positions[(glyphsCount << 1)];
403 float penY = y + positions[(glyphsCount << 1) + 1];
409 glyphsCount++;