Home
last modified time | relevance | path

Searched refs:ClusterRange (Results 1 – 8 of 8) sorted by relevance

/external/skia/modules/skparagraph/src/
DTextLine.h52 ClusterRange clusters,
53 ClusterRange clustersWithGhosts,
59 ClusterRange clusters() const { return fClusterRange; } in clusters()
60 ClusterRange clustersWithSpaces() { return fGhostClusterRange; } in clustersWithSpaces()
137 ClusterRange fClusterRange;
138 ClusterRange fGhostClusterRange;
DParagraphImpl.h129ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces,
165 SkSpan<Cluster> clusters(ClusterRange clusterRange);
DTextWrapper.h168 ClusterRange clusters,
169 ClusterRange clustersWithGhosts,
DRun.h36 typedef SkRange<size_t> ClusterRange; typedef
107 ClusterRange clusterRange() const { return fClusterRange; } in clusterRange()
116 void setClusterRange(size_t from, size_t to) { fClusterRange = ClusterRange(from, to); } in setClusterRange()
176 ClusterRange fClusterRange;
DTextWrapper.cpp343 ClusterRange clusters(fEndLine.startCluster() - start, fEndLine.endCluster() - start + 1); in breakTextIntoLines()
344 ClusterRange clustersWithGhosts(fEndLine.startCluster() - start, startLine - start); in breakTextIntoLines()
457 ClusterRange clusters(fEndLine.breakCluster() - start, fEndLine.endCluster() - start); in breakTextIntoLines()
DParagraphImpl.cpp520 ClusterRange clusters, in breakShapedTextIntoLines()
521 ClusterRange clustersWithGhosts, in breakShapedTextIntoLines()
644 ClusterRange clusters, in addLine()
645 ClusterRange clustersWithGhosts, in addLine()
818 SkSpan<Cluster> ParagraphImpl::clusters(ClusterRange clusterRange) { in clusters()
DOneLineShaper.h100 ClusterRange normalizeTextRange(GlyphRange glyphRange);
DTextLine.cpp87 ClusterRange clusters, in TextLine()
88 ClusterRange clustersWithGhosts, in TextLine()