Lines Matching refs:nFirstGlyphInCluster
192 int nFirstGlyphInCluster = nLastGlyph; in fill_from() local
220 !in_range(nAttachedBase, nFirstGlyphInCluster, nGlyphIndex)) in fill_from()
223 nFirstGlyphInCluster != nGlyphIndex) in fill_from()
228 nNextChar, nFirstGlyphInCluster, nGlyphIndex, fScaling, in fill_from()
234 nFirstGlyphInCluster = nGlyphIndex; in fill_from()
287 nFirstGlyphInCluster != nGlyphIndex) in fill_from()
292 nFirstGlyphInCluster, nGlyphIndex, fScaling, in fill_from()
342 int nFirstCharInCluster, int nNextChar, int nFirstGlyphInCluster, in appendCluster() argument
349 gr::GlyphInfo aFirstGlyph = *(iGlyphs.first + nFirstGlyphInCluster); in appendCluster()
364 if (nFirstGlyphInCluster > 0) in appendCluster()
366 nPrevBreakWeight = (iGlyphs.first + (nFirstGlyphInCluster - 1))->breakweight(); in appendCluster()
400 for (int j = nFirstGlyphInCluster; in appendCluster()
455 …fprintf(grLog(),"Cluster g[%d-%d) c[%d-%d)%x x%ld y%f bw%d\n", nFirstGlyphInCluster, nNextGlyph, n… in appendCluster()