Searched refs:iGlyphs (Results 1 – 1 of 1) sorted by relevance
175 glyph_range_t iGlyphs = rSegment.glyphs(); in fill_from() local176 int nGlyphs = iGlyphs.second - iGlyphs.first; in fill_from()177 gr::GlyphIterator prevBase = iGlyphs.second; in fill_from()199 for (gi = iGlyphs.first + nGlyphIndex; in fill_from()201 nGlyphIndex+= nDelta, gi = iGlyphs.first + nGlyphIndex) in fill_from()346 glyph_range_t iGlyphs = rSeg.glyphs(); in appendCluster() local347 int nGlyphs = iGlyphs.second - iGlyphs.first; in appendCluster()349 gr::GlyphInfo aFirstGlyph = *(iGlyphs.first + nFirstGlyphInCluster); in appendCluster()366 nPrevBreakWeight = (iGlyphs.first + (nFirstGlyphInCluster - 1))->breakweight(); in appendCluster()405 gr::GlyphInfo aGlyph = *(iGlyphs.first + j); in appendCluster()[all …]
Completed in 17 milliseconds