Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.h27 ClusterRange clusters,
28 ClusterRange clustersWithGhosts,
36 ClusterRange clusters() const { return fClusterRange; } in clusters()
37 ClusterRange clustersWithSpaces() { return fGhostClusterRange; } in clustersWithSpaces()
113 ClusterRange fClusterRange;
114 ClusterRange fGhostClusterRange;
DRun.h25 typedef SkRange<size_t> ClusterRange; typedef
106 ClusterRange clusterRange() { return fClusterRange; } in clusterRange()
108 void setClusterRange(size_t from, size_t to) { fClusterRange = ClusterRange(from, to); } in setClusterRange()
155 ClusterRange fClusterRange;
DTextWrapper.cpp192 ClusterRange clusters(fEndLine.startCluster() - start, fEndLine.endCluster() - start + 1); in breakTextIntoLines()
193 ClusterRange clustersWithGhosts(fEndLine.startCluster() - start, startLine - start); in breakTextIntoLines()
225 ClusterRange clusters(fEndLine.breakCluster() - start, fEndLine.breakCluster() - start); in breakTextIntoLines()
DParagraphImpl.h71ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar AddLineToParagraph,
131 SkSpan<Cluster> clusters(ClusterRange clusterRange);
DTextWrapper.h148 ClusterRange clusters,
149 ClusterRange clustersWithGhosts,
DParagraphImpl.cpp410 ClusterRange clusters, in breakShapedTextIntoLines()
411 ClusterRange clustersWithGhosts, in breakShapedTextIntoLines()
515 ClusterRange clusters, in addLine()
516 ClusterRange clustersWithGhosts, in addLine()
825 SkSpan<Cluster> ParagraphImpl::clusters(ClusterRange clusterRange) { in clusters()
DTextLine.cpp39 ClusterRange clusters, in TextLine()
40 ClusterRange clustersWithGhosts, in TextLine()
/third_party/skia/modules/skparagraph/src/
DTextLine.h54 ClusterRange clusters,
55 ClusterRange clustersWithGhosts,
62 ClusterRange clusters() const { return fClusterRange; } in clusters()
63 ClusterRange clustersWithSpaces() { return fGhostClusterRange; } in clustersWithSpaces()
141 ClusterRange fClusterRange;
142 ClusterRange fGhostClusterRange;
DParagraphImpl.h130ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces,
166 SkSpan<Cluster> clusters(ClusterRange clusterRange);
DRun.h36 typedef SkRange<size_t> ClusterRange; typedef
109 ClusterRange clusterRange() const { return fClusterRange; } in clusterRange()
118 void setClusterRange(size_t from, size_t to) { fClusterRange = ClusterRange(from, to); } in setClusterRange()
178 ClusterRange fClusterRange;
DTextWrapper.h173 ClusterRange clusters,
174 ClusterRange clustersWithGhosts,
DTextWrapper.cpp352 ClusterRange clusters(fEndLine.startCluster() - start, fEndLine.endCluster() - start + 1); in breakTextIntoLines()
353 ClusterRange clustersWithGhosts(fEndLine.startCluster() - start, startLine - start); in breakTextIntoLines()
471 ClusterRange clusters(fEndLine.breakCluster() - start, fEndLine.endCluster() - start); in breakTextIntoLines()
DParagraphImpl.cpp521 ClusterRange clusters, in breakShapedTextIntoLines()
522 ClusterRange clustersWithGhosts, in breakShapedTextIntoLines()
646 ClusterRange clusters, in addLine()
647 ClusterRange clustersWithGhosts, in addLine()
822 SkSpan<Cluster> ParagraphImpl::clusters(ClusterRange clusterRange) { in clusters()
DOneLineShaper.h102 ClusterRange normalizeTextRange(GlyphRange glyphRange);
DTextLine.cpp88 ClusterRange clusters, in TextLine()
89 ClusterRange clustersWithGhosts, in TextLine()