Searched refs:ClusterRange (Results 1 – 8 of 8) sorted by relevance
/external/skia/modules/skparagraph/src/ |
D | TextLine.h | 52 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;
|
D | ParagraphImpl.h | 129 … ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces, 165 SkSpan<Cluster> clusters(ClusterRange clusterRange);
|
D | TextWrapper.h | 168 ClusterRange clusters, 169 ClusterRange clustersWithGhosts,
|
D | Run.h | 36 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;
|
D | TextWrapper.cpp | 343 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()
|
D | ParagraphImpl.cpp | 520 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()
|
D | OneLineShaper.h | 100 ClusterRange normalizeTextRange(GlyphRange glyphRange);
|
D | TextLine.cpp | 87 ClusterRange clusters, in TextLine() 88 ClusterRange clustersWithGhosts, in TextLine()
|