Home
last modified time | relevance | path

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

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