Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DParagraphImpl.h188 ClusterIndex clusterIndex(TextIndex textIndex) { in clusterIndex() function
189 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex() local
DOneLineShaper.h111 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex() function
DTextLine.cpp510 …for (auto clusterIndex = fClusterRange.start + 1; clusterIndex < fClusterRange.end; ++clusterIndex… in autoSpacing() local
912 …for (auto clusterIndex = fGhostClusterRange.start; clusterIndex < fGhostClusterRange.end; ++cluste… in countWord() local
965 …for (auto clusterIndex = fGhostClusterRange.end; clusterIndex > fGhostClusterRange.start; --cluste… in createTailEllipsis() local
1043 …for (auto clusterIndex = fGhostClusterRange.start; clusterIndex < fGhostClusterRange.end; ++cluste… in createHeadEllipsis() local
DParagraphImpl.cpp1504 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in GetLineFontMetrics()
1509 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in GetLineFontMetrics()
DRun.h135 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/skia/modules/skparagraph/tests/
DSkShaperJSONWriter.cpp46 auto checkCluster = [&](size_t clusterIndex) { in is_one_to_one()