Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DRun.cpp377 ClusterRange clusterRange; in scaleFontWithCompressionConfig() local
DParagraphImpl.cpp1104 auto clusterRange = ClusterRange(0, trailingSpaces); in GetLineFontMetrics() local
1498 SkSpan<Cluster> ParagraphImpl::clusters(ClusterRange clusterRange) { in GetLineFontMetrics()
DRun.h140 ClusterRange clusterRange() const { return fClusterRange; } in clusterRange() function