Searched refs:fClustersIndexFromCodeUnit (Results 1 – 3 of 3) sorted by relevance
73 , fClustersIndexFromCodeUnit(paragraph->fClustersIndexFromCodeUnit) in ParagraphCacheValue()87 SkTArray<size_t, true> fClustersIndexFromCodeUnit; member in skia::textlayout::ParagraphCacheValue258 paragraph->fClustersIndexFromCodeUnit = entry->fValue->fClustersIndexFromCodeUnit; in updateTo()
166 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()
174 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex()292 SkTArray<size_t, true> fClustersIndexFromCodeUnit; variable