Searched refs:fCurrentGlyphIndex (Results 1 – 4 of 4) sorted by relevance
43 if (fCurrentGlyphIndex >= fGlyphCount) { in next()47 return Cluster{nullptr, 0, fCurrentGlyphIndex++, 1}; in next()49 uint32_t clusterGlyphIndex = fCurrentGlyphIndex; in next()52 ++fCurrentGlyphIndex; in next()53 } while (fCurrentGlyphIndex < fGlyphCount && cluster == fClusters[fCurrentGlyphIndex]); in next()54 uint32_t clusterGlyphCount = fCurrentGlyphIndex - clusterGlyphIndex; in next()
42 uint32_t fCurrentGlyphIndex = 0; variable
43 uint32_t fCurrentGlyphIndex = 0; variable