Searched defs:clusterIndex (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h169 Index clusterIndex = 0; local
171 clusterSize[clusterIndex] = cluster->size();
172 ++clusterIndex;
193 Index clusterIndex = 0; local
197 eivalToCluster[i] = clusterIndex;
200 ++clusterIndex;
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1246 int clusterIndex = 0; local
1248 clusters[clusterIndex++] = SkToU32(txtPtr - utf8Text);
1252 SkASSERT(clusterIndex == glyphCount);
/external/skqp/src/pdf/
H A DSkPDFDevice.cpp1246 int clusterIndex = 0; local
1248 clusters[clusterIndex++] = SkToU32(txtPtr - utf8Text);
1252 SkASSERT(clusterIndex == glyphCount);

Completed in 171 milliseconds