Searched refs:clusterIndex (Results 1 – 2 of 2) sorted by relevance
169 Index clusterIndex = 0; in matrix_function_compute_cluster_size() local171 clusterSize[clusterIndex] = cluster->size(); in matrix_function_compute_cluster_size()172 ++clusterIndex; in matrix_function_compute_cluster_size()193 Index clusterIndex = 0; in matrix_function_compute_map() local197 eivalToCluster[i] = clusterIndex; in matrix_function_compute_map()200 ++clusterIndex; in matrix_function_compute_map()
1249 int clusterIndex = 0; in make_clusterator() local1251 clusters[clusterIndex++] = SkToU32(txtPtr - utf8Text); in make_clusterator()1255 SkASSERT(clusterIndex == glyphCount); in make_clusterator()