Home
last modified time | relevance | path

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

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