Searched refs:ClusterIndex (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | Run.cpp | 111 std::tuple<bool, ClusterIndex, ClusterIndex> Run::findLimitingClusters(TextRange text) const { in findLimitingClusters() 115 ClusterIndex index = fOwner->clusterIndex(text.end - 1); in findLimitingClusters() 122 ClusterIndex startIndex = fOwner->clusterIndex(text.start); in findLimitingClusters() 123 ClusterIndex endIndex = fOwner->clusterIndex(text.end - 1); in findLimitingClusters()
|
D | ParagraphImpl.h | 167 Cluster& cluster(ClusterIndex clusterIndex); 168 ClusterIndex clusterIndex(TextIndex textIndex) { 178 Run& runByCluster(ClusterIndex clusterIndex);
|
D | Run.h | 35 typedef size_t ClusterIndex; typedef 144 std::tuple<bool, ClusterIndex, ClusterIndex> findLimitingClusters(TextRange text) const;
|
D | OneLineShaper.h | 96 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex()
|
D | ParagraphImpl.cpp | 827 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster() 832 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in runByCluster()
|
D | TextLine.cpp | 623 ClusterIndex startIndex; in measureTextInsideOneRun() 624 ClusterIndex endIndex; in measureTextInsideOneRun()
|
D | OneLineShaper.cpp | 314 ClusterIndex ci = clusterIndex(i); in sortOutGlyphs()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | Run.h | 24 typedef size_t ClusterIndex; typedef 135 std::tuple<bool, ClusterIndex, ClusterIndex> findLimitingClusters(TextRange);
|
D | TextLine.cpp | 399 …[&whitespacePatches, &textLen, &whitespacePatch](const Cluster* cluster, ClusterIndex index, bool … in justify() 423 …this->iterateThroughClustersInGlyphsOrder(false, true, [&](const Cluster* cluster, ClusterIndex in… in justify() 458 …true, false, [this, &width, ellipsis, maxWidth](const Cluster* cluster, ClusterIndex index, bool l… in createEllipsis() 536 ClusterIndex startIndex; in measureTextInsideOneRun() 537 ClusterIndex endIndex; in measureTextInsideOneRun()
|
D | ParagraphImpl.h | 87 void shiftCluster(ClusterIndex index, SkScalar shift) { in shiftCluster() 132 Cluster& cluster(ClusterIndex clusterIndex);
|
D | Run.cpp | 81 std::tuple<bool, ClusterIndex, ClusterIndex> Run::findLimitingClusters(TextRange text) { in findLimitingClusters()
|
D | TextLine.h | 68 …using ClustersVisitor = std::function<bool(const Cluster* cluster, ClusterIndex index, bool leftTo…
|
D | ParagraphImpl.cpp | 830 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()
|