Home | History | Annotate | Download | only in src

Lines Matching defs:first_glyph

599     int first_glyph = 0;
618 syllable.glyphs = item->glyphs + first_glyph;
619 syllable.attributes = item->attributes + first_glyph;
620 syllable.offsets = item->offsets + first_glyph;
621 syllable.advances = item->advances + first_glyph;
622 syllable.num_glyphs = item->num_glyphs - first_glyph;
630 for (i = first_glyph; i < first_glyph + (int)syllable.num_glyphs; ++i)
634 KHDEBUG(" %d -> glyph %d", i, first_glyph);
635 logClusters[i-item->item.pos] = first_glyph;
638 first_glyph += syllable.num_glyphs;
640 item->num_glyphs = first_glyph;