Lines Matching defs:clusters
175 size_t lineCharCount = fLines[lineNumber - 1].clusters().end -
176 fLines[lineNumber - 1].clusters().start;
966 // Walk through all the clusters in the direction of shaped text
979 // Shift the cluster (shift collected from the previous clusters)
1177 auto clusterRangeWithGhosts = ClusterRange(0, this->clusters().size() - 1);
1205 ClusterRange clusters,
1217 auto& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics);
1282 auto clusterRangeWithGhosts = ClusterRange(0, this->clusters().size() - 1);
1306 ClusterRange clusters,
1316 auto& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics);
1442 ClusterRange clusters,
1450 clusters, clustersWithGhosts, widthWithSpaces, sizes);
1670 SkSpan<Cluster> ParagraphImpl::clusters(ClusterRange clusterRange) {