Searched refs:glyphsInCluster (Results 1 – 1 of 1) sorted by relevance
1078 uint32_t glyphsInCluster = 1; in next() local1079 while (glyphsInCluster < fGlyphCount && in next()1080 fClusters[glyphsInCluster] == cluster) { in next()1081 ++glyphsInCluster; in next()1083 SkASSERT(glyphsInCluster <= fGlyphCount); in next()1085 if (glyphsInCluster == fGlyphCount) { in next()1100 glyphsInCluster}; in next()1102 SkASSERT(glyphsInCluster < fGlyphCount); in next()1103 uint32_t nextCluster = fClusters[glyphsInCluster]; in next()1125 fGlyphCount -= glyphsInCluster; in next()[all …]