Searched refs:clusterGlyphCount (Results 1 – 3 of 3) sorted by relevance
54 uint32_t clusterGlyphCount = fCurrentGlyphIndex - clusterGlyphIndex; in next() local63 return Cluster{fUtf8Text + cluster, clusterLen, clusterGlyphIndex, clusterGlyphCount}; in next()
222 unsigned clusterGlyphCount = glyphIndex + 1 - clusterStart; in set_character_bounds() local228 for (unsigned i = 1; i < clusterGlyphCount; ++i) { // multiple glyphs in set_character_bounds()