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

Lines Matching defs:first_glyph

1830     int first_glyph = 0;
1842 syllable.glyphs = item->glyphs + first_glyph;
1843 syllable.attributes = item->attributes + first_glyph;
1844 syllable.offsets = item->offsets + first_glyph;
1845 syllable.advances = item->advances + first_glyph;
1846 syllable.num_glyphs = item->num_glyphs - first_glyph;
1855 for (g = first_glyph; g < first_glyph + syllable.num_glyphs; ++g)
1860 IDEBUG(" %d -> glyph %d", i, first_glyph);
1861 logClusters[i-item->item.pos] = first_glyph;
1864 first_glyph += syllable.num_glyphs;
1866 item->num_glyphs = first_glyph;