Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DRun.cpp106 std::tuple<bool, ClusterIndex, ClusterIndex> Run::findLimitingClusters(TextRange text) const { in findLimitingClusters()
110 ClusterIndex index = fOwner->clusterIndex(text.end - 1); in findLimitingClusters()
117 ClusterIndex startIndex = fOwner->clusterIndex(text.start); in findLimitingClusters()
118 ClusterIndex endIndex = fOwner->clusterIndex(text.end - 1); in findLimitingClusters()
DParagraphImpl.h166 Cluster& cluster(ClusterIndex clusterIndex);
167 ClusterIndex clusterIndex(TextIndex textIndex) {
177 Run& runByCluster(ClusterIndex clusterIndex);
DRun.h35 typedef size_t ClusterIndex; typedef
142 std::tuple<bool, ClusterIndex, ClusterIndex> findLimitingClusters(TextRange text) const;
DOneLineShaper.h94 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex()
DParagraphImpl.cpp823 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in cluster()
828 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in runByCluster()
DTextLine.cpp618 ClusterIndex startIndex; in measureTextInsideOneRun()
619 ClusterIndex endIndex; in measureTextInsideOneRun()
DOneLineShaper.cpp312 ClusterIndex ci = clusterIndex(i); in sortOutGlyphs()