Home
last modified time | relevance | path

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

/external/skia/src/pdf/
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()
/external/skqp/src/pdf/
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()