Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DOneLineShaper.h96 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex() function
DParagraphImpl.cpp827 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()
832 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in runByCluster()
DRun.h104 size_t clusterIndex(size_t pos) const { return fClusterIndexes[pos]; } in clusterIndex() function
/third_party/skia/src/utils/
DSkShaperJSONWriter.cpp39 auto checkCluster = [&](size_t clusterIndex) { in is_one_to_one()
/third_party/flutter/skia/src/utils/
DSkShaperJSONWriter.cpp39 auto checkCluster = [&](size_t clusterIndex) { in is_one_to_one()
/third_party/flutter/skia/modules/skparagraph/src/
DRun.h102 size_t clusterIndex(size_t pos) const { return fClusterIndexes[pos]; } in clusterIndex() function
DParagraphImpl.cpp830 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()