Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
H A 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()

Completed in 1 milliseconds