Searched refs:fClusterStart (Results 1 – 5 of 5) sorted by relevance
105 size_t globalClusterIndex(size_t pos) const { return fClusterStart + fClusterIndexes[pos]; } in globalClusterIndex()185 TextIndex fClusterStart; variable223 fClusterStart + cluster, in iterateThroughClustersInTextOrder()224 fClusterStart + nextCluster, in iterateThroughClustersInTextOrder()243 fClusterStart + cluster, in iterateThroughClustersInTextOrder()244 fClusterStart + nextCluster, in iterateThroughClustersInTextOrder()
205 SkShaper::RunHandler::Range(text.start - run->fClusterStart, text.width()) in finish()210 run->fClusterStart, in finish()
514 run->fClusterStart = cluster->textRange().start; in createEllipsis()763 TextRange testRange(run->fClusterStart, run->fClusterStart + 1); in iterateThroughSingleRunByStyles()
29 , fClusterStart(firstChar) in Run()
1069 if (R->fClusterStart > 0) { in visit()1073 clusterStorage[i] = R->fClusterStart + R->fClusterIndexes[i]; in visit()