Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DParagraphImpl.h173 ClusterIndex clusterIndex(TextIndex textIndex) { in clusterIndex() function
174 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex() local
DOneLineShaper.h98 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex() function
DTextLine.cpp654 …for (auto clusterIndex = fGhostClusterRange.start; clusterIndex < fGhostClusterRange.end; ++cluste… in createEllipsis() local
665 …for (auto clusterIndex = fGhostClusterRange.end; clusterIndex > fGhostClusterRange.start; --cluste… in createEllipsis() local
730 …for (auto clusterIndex = fGhostClusterRange.start; clusterIndex < fGhostClusterRange.end; ++cluste… in createHeadEllipsis() local
DParagraphImpl.cpp1123 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()
1128 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in runByCluster()
DRun.h112 size_t clusterIndex(size_t pos) const { return fClusterIndexes[pos]; } in clusterIndex() function
/third_party/skia/modules/skparagraph/tests/
DSkShaperJSONWriter.cpp46 auto checkCluster = [&](size_t clusterIndex) { in is_one_to_one()
/third_party/skia/src/utils/
DSkShaperJSONWriter.cpp39 auto checkCluster = [&](size_t clusterIndex) { in is_one_to_one()