Home
last modified time | relevance | path

Searched defs:clusterRange (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/skparagraph/src/
DRun.cpp117 ClusterRange clusterRange; in findLimitingClusters() local
DParagraphImpl.cpp580 auto clusterRange = ClusterRange(0, trailingSpaces); in breakShapedTextIntoLines() local
888 SkSpan<Cluster> ParagraphImpl::clusters(ClusterRange clusterRange) { in clusters()
DRun.h109 ClusterRange clusterRange() const { return fClusterRange; } in clusterRange() function