Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DParagraphImpl.h165 ClusterIndex clusterIndex(TextIndex textIndex) { in clusterIndex() function
166 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex() local
DOneLineShaper.h96 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex() function
DParagraphImpl.cpp894 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()
899 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in runByCluster()
DRun.h104 size_t clusterIndex(size_t pos) const { return fClusterIndexes[pos]; } in clusterIndex() function
DTextLine.cpp531 …for (auto clusterIndex = fGhostClusterRange.end; clusterIndex > fGhostClusterRange.start; --cluste… in createEllipsis() local
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h167 Index clusterIndex = 0; in matrix_function_compute_cluster_size() local
190 Index clusterIndex = 0; in matrix_function_compute_map() local
/external/libmonet/quantize/
DQuantizerWsmeans.java192 int clusterIndex = clusterIndices[i]; in quantize() local
/external/skia/modules/skparagraph/tests/
DSkShaperJSONWriter.cpp46 auto checkCluster = [&](size_t clusterIndex) { in is_one_to_one()