Home
last modified time | relevance | path

Searched refs:ClusterIndex (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DRun.cpp111 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()
DParagraphImpl.h167 Cluster& cluster(ClusterIndex clusterIndex);
168 ClusterIndex clusterIndex(TextIndex textIndex) {
178 Run& runByCluster(ClusterIndex clusterIndex);
DRun.h35 typedef size_t ClusterIndex; typedef
144 std::tuple<bool, ClusterIndex, ClusterIndex> findLimitingClusters(TextRange text) const;
DOneLineShaper.h96 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex()
DParagraphImpl.cpp827 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()
832 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in runByCluster()
DTextLine.cpp623 ClusterIndex startIndex; in measureTextInsideOneRun()
624 ClusterIndex endIndex; in measureTextInsideOneRun()
DOneLineShaper.cpp314 ClusterIndex ci = clusterIndex(i); in sortOutGlyphs()
/third_party/flutter/skia/modules/skparagraph/src/
DRun.h24 typedef size_t ClusterIndex; typedef
135 std::tuple<bool, ClusterIndex, ClusterIndex> findLimitingClusters(TextRange);
DTextLine.cpp399 …[&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()
DParagraphImpl.h87 void shiftCluster(ClusterIndex index, SkScalar shift) { in shiftCluster()
132 Cluster& cluster(ClusterIndex clusterIndex);
DRun.cpp81 std::tuple<bool, ClusterIndex, ClusterIndex> Run::findLimitingClusters(TextRange text) { in findLimitingClusters()
DTextLine.h68 …using ClustersVisitor = std::function<bool(const Cluster* cluster, ClusterIndex index, bool leftTo…
DParagraphImpl.cpp830 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()