Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextLine.h38 ClusterRange clusters,
39 ClusterRange clustersWithGhosts,
47 ClusterRange clusters() const { return fClusterRange; } in clusters()
48 ClusterRange clustersWithSpaces() { return fGhostClusterRange; } in clustersWithSpaces()
122 ClusterRange fClusterRange;
123 ClusterRange fGhostClusterRange;
DRun.h26 typedef SkRange<size_t> ClusterRange; typedef
114 ClusterRange clusterRange() const { return fClusterRange; } in clusterRange()
122 void setClusterRange(size_t from, size_t to) { fClusterRange = ClusterRange(from, to); } in setClusterRange()
181 ClusterRange fClusterRange;
DTextWrapper.cpp253 ClusterRange clusters(fEndLine.startCluster() - start, fEndLine.endCluster() - start + 1); in breakTextIntoLines()
254 ClusterRange clustersWithGhosts(fEndLine.startCluster() - start, startLine - start); in breakTextIntoLines()
329 ClusterRange clusters(fEndLine.breakCluster() - start, fEndLine.endCluster() - start); in breakTextIntoLines()
DParagraphImpl.h129ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces,
164 SkSpan<Cluster> clusters(ClusterRange clusterRange);
DTextWrapper.h156 ClusterRange clusters,
157 ClusterRange clustersWithGhosts,
DOneLineShaper.h96 ClusterRange normalizeTextRange(GlyphRange glyphRange);
DParagraphImpl.cpp393 ClusterRange clusters, in breakShapedTextIntoLines()
394 ClusterRange clustersWithGhosts, in breakShapedTextIntoLines()
519 ClusterRange clusters, in addLine()
520 ClusterRange clustersWithGhosts, in addLine()
1050 SkSpan<Cluster> ParagraphImpl::clusters(ClusterRange clusterRange) { in clusters()
DTextLine.cpp58 ClusterRange clusters, in TextLine()
59 ClusterRange clustersWithGhosts, in TextLine()