Home
last modified time | relevance | path

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

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