Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkClusterator.cpp54 uint32_t clusterGlyphCount = fCurrentGlyphIndex - clusterGlyphIndex; in next() local
63 return Cluster{fUtf8Text + cluster, clusterLen, clusterGlyphIndex, clusterGlyphCount}; in next()
/external/skqp/src/pdf/
DSkClusterator.cpp54 uint32_t clusterGlyphCount = fCurrentGlyphIndex - clusterGlyphIndex; in next() local
63 return Cluster{fUtf8Text + cluster, clusterLen, clusterGlyphIndex, clusterGlyphCount}; in next()