Home
last modified time | relevance | path

Searched refs:fClustersIndexFromCodeUnit (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DParagraphCache.cpp73 , fClustersIndexFromCodeUnit(paragraph->fClustersIndexFromCodeUnit) in ParagraphCacheValue()
87 SkTArray<size_t, true> fClustersIndexFromCodeUnit; member in skia::textlayout::ParagraphCacheValue
258 paragraph->fClustersIndexFromCodeUnit = entry->fValue->fClustersIndexFromCodeUnit; in updateTo()
DParagraphImpl.cpp166 this->fClustersIndexFromCodeUnit.reset(); in middleEllipsisDeal()
170 this->fClustersIndexFromCodeUnit.reset(); in middleEllipsisDeal()
171 this->fClustersIndexFromCodeUnit.push_back_n(fText.size() + 1, EMPTY_INDEX); in middleEllipsisDeal()
297 this->fClustersIndexFromCodeUnit.reset(); in layout()
298 this->fClustersIndexFromCodeUnit.push_back_n(fText.size() + 1, EMPTY_INDEX); in layout()
686 fClustersIndexFromCodeUnit[i] = fClusters.size(); in buildClusterTable()
703 fClustersIndexFromCodeUnit[i] = fClusters.size(); in buildClusterTable()
717 fClustersIndexFromCodeUnit[fText.size()] = fClusters.size(); in buildClusterTable()
DParagraphImpl.h174 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex()
292 SkTArray<size_t, true> fClustersIndexFromCodeUnit; variable