HomeSort by relevance Sort by last modified time
    Searched refs:clusterEnd (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pdf/
SkClusterator.cpp 55 uint32_t clusterEnd = fTextByteLength;
58 if (c > cluster && c < clusterEnd) {
59 clusterEnd = c;
62 uint32_t clusterLen = clusterEnd - cluster;
  /external/skqp/src/pdf/
SkClusterator.cpp 55 uint32_t clusterEnd = fTextByteLength;
58 if (c > cluster && c < clusterEnd) {
59 clusterEnd = c;
62 uint32_t clusterLen = clusterEnd - cluster;

Completed in 359 milliseconds