Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkClusterator.cpp55 uint32_t clusterEnd = fTextByteLength; in next() local
58 if (c > cluster && c < clusterEnd) { in next()
59 clusterEnd = c; in next()
62 uint32_t clusterLen = clusterEnd - cluster; in next()
/external/skqp/src/pdf/
DSkClusterator.cpp55 uint32_t clusterEnd = fTextByteLength; in next() local
58 if (c > cluster && c < clusterEnd) { in next()
59 clusterEnd = c; in next()
62 uint32_t clusterLen = clusterEnd - cluster; in next()