Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DParagraphCache.cpp75 , fClustersIndexFromCodeUnit(paragraph->fClustersIndexFromCodeUnit) in ParagraphCacheValue()
89 TArray<size_t, true> fClustersIndexFromCodeUnit; member in skia::textlayout::ParagraphCacheValue
260 paragraph->fClustersIndexFromCodeUnit = entry->fValue->fClustersIndexFromCodeUnit; in updateTo()
H A DParagraphImpl.h168 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex()
276 skia_private::TArray<size_t, true> fClustersIndexFromCodeUnit; variable
H A DParagraphImpl.cpp170 this->fClustersIndexFromCodeUnit.clear(); in layout()
171 this->fClustersIndexFromCodeUnit.push_back_n(fText.size() + 1, EMPTY_INDEX); in layout()
522 fClustersIndexFromCodeUnit[i] = fClusters.size(); in buildClusterTable()
539 fClustersIndexFromCodeUnit[i] = fClusters.size(); in buildClusterTable()
551 fClustersIndexFromCodeUnit[fText.size()] = fClusters.size(); in buildClusterTable()