Lines Matching refs:cluster
707 unsigned int cluster = buffer->info[i].cluster; in _hb_coretext_shape() local
708 log_clusters[chars_len++] = cluster; in _hb_coretext_shape()
710 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_coretext_shape()
973 info->cluster = log_clusters[j]; in _hb_coretext_shape()
1032 info->cluster = log_clusters[string_indices[j]]; in _hb_coretext_shape()
1146 unsigned int cluster = info[count - 1].cluster; in _hb_coretext_shape() local
1149 cluster = MIN (cluster, info[i - 1].cluster); in _hb_coretext_shape()
1150 info[i - 1].cluster = cluster; in _hb_coretext_shape()
1155 unsigned int cluster = info[0].cluster; in _hb_coretext_shape() local
1158 cluster = MIN (cluster, info[i].cluster); in _hb_coretext_shape()
1159 info[i].cluster = cluster; in _hb_coretext_shape()