Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skparagraph/src/
DRun.h106 ClusterRange clusterRange() { return fClusterRange; } in clusterRange() function
DParagraphImpl.cpp825 SkSpan<Cluster> ParagraphImpl::clusters(ClusterRange clusterRange) { in clusters()
/third_party/skia/modules/skparagraph/src/
DRun.h109 ClusterRange clusterRange() const { return fClusterRange; } in clusterRange() function
DParagraphImpl.cpp822 SkSpan<Cluster> ParagraphImpl::clusters(ClusterRange clusterRange) { in clusters()