Searched refs:ClusterRange (Results 1 – 8 of 8) sorted by relevance
/external/skia/modules/skparagraph/src/ |
D | TextLine.h | 38 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;
|
D | Run.h | 26 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;
|
D | TextWrapper.cpp | 253 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()
|
D | ParagraphImpl.h | 129 … ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces, 164 SkSpan<Cluster> clusters(ClusterRange clusterRange);
|
D | TextWrapper.h | 156 ClusterRange clusters, 157 ClusterRange clustersWithGhosts,
|
D | OneLineShaper.h | 96 ClusterRange normalizeTextRange(GlyphRange glyphRange);
|
D | ParagraphImpl.cpp | 393 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()
|
D | TextLine.cpp | 58 ClusterRange clusters, in TextLine() 59 ClusterRange clustersWithGhosts, in TextLine()
|