Searched refs:ClusterIndex (Results 1 – 7 of 7) sorted by relevance
106 std::tuple<bool, ClusterIndex, ClusterIndex> Run::findLimitingClusters(TextRange text) const { in findLimitingClusters()110 ClusterIndex index = fOwner->clusterIndex(text.end - 1); in findLimitingClusters()117 ClusterIndex startIndex = fOwner->clusterIndex(text.start); in findLimitingClusters()118 ClusterIndex endIndex = fOwner->clusterIndex(text.end - 1); in findLimitingClusters()
166 Cluster& cluster(ClusterIndex clusterIndex);167 ClusterIndex clusterIndex(TextIndex textIndex) {177 Run& runByCluster(ClusterIndex clusterIndex);
35 typedef size_t ClusterIndex; typedef142 std::tuple<bool, ClusterIndex, ClusterIndex> findLimitingClusters(TextRange text) const;
94 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex()
823 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()828 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in runByCluster()
618 ClusterIndex startIndex; in measureTextInsideOneRun()619 ClusterIndex endIndex; in measureTextInsideOneRun()
312 ClusterIndex ci = clusterIndex(i); in sortOutGlyphs()