Home
last modified time | relevance | path

Searched refs:clusterGlyphIndex (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pdf/
H A DSkClusterator.cpp49 uint32_t clusterGlyphIndex = fCurrentGlyphIndex; in next() local
50 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()

Completed in 1 milliseconds