Home | History | Annotate | Download | only in src

Lines Matching defs:first_glyph

466     int first_glyph = 0;
485 syllable.glyphs = item->glyphs + first_glyph;
486 syllable.attributes = item->attributes + first_glyph;
487 syllable.advances = item->advances + first_glyph;
488 syllable.offsets = item->offsets + first_glyph;
489 syllable.num_glyphs = item->num_glyphs - first_glyph;
498 for (i = first_glyph; i < first_glyph + (int)syllable.num_glyphs; ++i)
502 MMDEBUG(" %d -> glyph %d", i, first_glyph);
503 logClusters[i-item->item.pos] = first_glyph;
506 first_glyph += syllable.num_glyphs;
508 item->num_glyphs = first_glyph;