Searched refs:clusterGlyphIndex (Results 1 – 2 of 2) sorted by relevance
49 uint32_t clusterGlyphIndex = fCurrentGlyphIndex; in next() local50 uint32_t cluster = fClusters[clusterGlyphIndex]; in next()54 uint32_t clusterGlyphCount = fCurrentGlyphIndex - clusterGlyphIndex; in next()63 return Cluster{fUtf8Text + cluster, clusterLen, clusterGlyphIndex, clusterGlyphCount}; in next()