Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DRun.h103 size_t globalClusterIndex(size_t pos) const { return fClusterStart + fClusterIndexes[pos]; } in globalClusterIndex()
183 TextIndex fClusterStart; variable
220 fClusterStart + cluster, in iterateThroughClustersInTextOrder()
221 fClusterStart + nextCluster, in iterateThroughClustersInTextOrder()
240 fClusterStart + cluster, in iterateThroughClustersInTextOrder()
241 fClusterStart + nextCluster, in iterateThroughClustersInTextOrder()
DRun.cpp28 , fClusterStart(firstChar) in Run()
DOneLineShaper.cpp204 SkShaper::RunHandler::Range(text.start - run->fClusterStart, text.width()) in finish()
209 run->fClusterStart, in finish()
DTextLine.cpp511 run->fClusterStart = cluster->textRange().start; in createEllipsis()
754 TextRange testRange(run->fClusterStart, run->fClusterStart + 1); in iterateThroughSingleRunByStyles()
DParagraphImpl.cpp1065 if (R->fClusterStart > 0) { in visit()
1069 clusterStorage[i] = R->fClusterStart + R->fClusterIndexes[i]; in visit()