Home
last modified time | relevance | path

Searched refs:clusterIndex (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h169 Index clusterIndex = 0; in matrix_function_compute_cluster_size() local
171 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() local
197 eivalToCluster[i] = clusterIndex; in matrix_function_compute_map()
200 ++clusterIndex; in matrix_function_compute_map()
/external/skia/src/pdf/
DSkPDFDevice.cpp1249 int clusterIndex = 0; in make_clusterator() local
1251 clusters[clusterIndex++] = SkToU32(txtPtr - utf8Text); in make_clusterator()
1255 SkASSERT(clusterIndex == glyphCount); in make_clusterator()