Home
last modified time | relevance | path

Searched refs:fClusterStart (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DRun.h105 size_t globalClusterIndex(size_t pos) const { return fClusterStart + fClusterIndexes[pos]; } in globalClusterIndex()
185 TextIndex fClusterStart; variable
223 fClusterStart + cluster, in iterateThroughClustersInTextOrder()
224 fClusterStart + nextCluster, in iterateThroughClustersInTextOrder()
243 fClusterStart + cluster, in iterateThroughClustersInTextOrder()
244 fClusterStart + nextCluster, in iterateThroughClustersInTextOrder()
DOneLineShaper.cpp205 SkShaper::RunHandler::Range(text.start - run->fClusterStart, text.width()) in finish()
210 run->fClusterStart, in finish()
DTextLine.cpp514 run->fClusterStart = cluster->textRange().start; in createEllipsis()
763 TextRange testRange(run->fClusterStart, run->fClusterStart + 1); in iterateThroughSingleRunByStyles()
DRun.cpp29 , fClusterStart(firstChar) in Run()
DParagraphImpl.cpp1069 if (R->fClusterStart > 0) { in visit()
1073 clusterStorage[i] = R->fClusterStart + R->fClusterIndexes[i]; in visit()