Searched defs:clusterIndex (Results 1 – 8 of 8) sorted by relevance
165 ClusterIndex clusterIndex(TextIndex textIndex) { in clusterIndex() function166 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex() local
96 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex() function
894 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()899 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in runByCluster()
104 size_t clusterIndex(size_t pos) const { return fClusterIndexes[pos]; } in clusterIndex() function
531 …for (auto clusterIndex = fGhostClusterRange.end; clusterIndex > fGhostClusterRange.start; --cluste… in createEllipsis() local
167 Index clusterIndex = 0; in matrix_function_compute_cluster_size() local190 Index clusterIndex = 0; in matrix_function_compute_map() local
192 int clusterIndex = clusterIndices[i]; in quantize() local
46 auto checkCluster = [&](size_t clusterIndex) { in is_one_to_one()