Home
last modified time | relevance | path

Searched defs:clusterIndex (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h169 Index clusterIndex = 0; in matrix_function_compute_cluster_size() local
193 Index clusterIndex = 0; in matrix_function_compute_map() local
/external/skia/modules/skparagraph/src/
DOneLineShaper.h94 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex() function
DParagraphImpl.cpp823 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()
828 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in runByCluster()
DRun.h102 size_t clusterIndex(size_t pos) const { return fClusterIndexes[pos]; } in clusterIndex() function
/external/skia/src/utils/
DSkShaperJSONWriter.cpp39 auto checkCluster = [&](size_t clusterIndex) { in is_one_to_one()
/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp595 auto updatePredecessors = [&](Block *block, unsigned clusterIndex) { in merge()