Home | History | Annotate | Download | only in hb-old

Lines Matching defs:first_glyph

467     int first_glyph = 0;
486 syllable.glyphs = item->glyphs + first_glyph;
487 syllable.attributes = item->attributes + first_glyph;
488 syllable.advances = item->advances + first_glyph;
489 syllable.offsets = item->offsets + first_glyph;
490 syllable.num_glyphs = item->num_glyphs - first_glyph;
499 for (i = first_glyph; i < first_glyph + (int)syllable.num_glyphs; ++i)
503 MMDEBUG(" %d -> glyph %d", i, first_glyph);
504 logClusters[i-item->item.pos] = first_glyph;
507 first_glyph += syllable.num_glyphs;
509 item->num_glyphs = first_glyph;