Lines Matching refs:cluster
644 unsigned int cluster = buffer->info[i].cluster; in _hb_coretext_shape() local
645 log_clusters[chars_len++] = cluster; in _hb_coretext_shape()
647 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_coretext_shape()
897 info->cluster = log_clusters[j]; in _hb_coretext_shape()
955 info->cluster = log_clusters[string_indices[j]]; in _hb_coretext_shape()
1047 unsigned int cluster = info[count - 1].cluster; in _hb_coretext_shape() local
1050 cluster = MIN (cluster, info[i - 1].cluster); in _hb_coretext_shape()
1051 info[i - 1].cluster = cluster; in _hb_coretext_shape()
1056 unsigned int cluster = info[0].cluster; in _hb_coretext_shape() local
1059 cluster = MIN (cluster, info[i].cluster); in _hb_coretext_shape()
1060 info[i].cluster = cluster; in _hb_coretext_shape()