Searched defs:clusterIndex (Results 1 – 10 of 10) sorted by relevance
233 int clusterIndex = getNearestCluster(clusters, p); in assignPointsToClusters() local501 int clusterIndex = 0; in getNearestCluster() local
268 int clusterIndex = getNearestCluster(clusters, p); in assignPointsToClusters() local531 int clusterIndex = 0; in getNearestCluster() local
167 ClusterIndex clusterIndex(TextIndex textIndex) { in clusterIndex() function168 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex() local
106 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex() function
950 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()955 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in runByCluster()
104 size_t clusterIndex(size_t pos) const { return fClusterIndexes[pos]; } in clusterIndex() function
587 …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()