Home | History | Annotate | Download | only in src

Lines Matching defs:first_glyph

1832     int first_glyph = 0;
1844 syllable.glyphs = item->glyphs + first_glyph;
1845 syllable.attributes = item->attributes + first_glyph;
1846 syllable.offsets = item->offsets + first_glyph;
1847 syllable.advances = item->advances + first_glyph;
1848 syllable.num_glyphs = item->num_glyphs - first_glyph;
1857 for (g = first_glyph; g < first_glyph + syllable.num_glyphs; ++g)
1862 IDEBUG(" %d -> glyph %d", i, first_glyph);
1863 logClusters[i-item->item.pos] = first_glyph;
1866 first_glyph += syllable.num_glyphs;
1868 item->num_glyphs = first_glyph;