Searched refs:fClustersIndexFromCodeUnit (Results 1 – 3 of 3) sorted by relevance
75 , fClustersIndexFromCodeUnit(paragraph->fClustersIndexFromCodeUnit) in ParagraphCacheValue()89 TArray<size_t, true> fClustersIndexFromCodeUnit; member in skia::textlayout::ParagraphCacheValue260 paragraph->fClustersIndexFromCodeUnit = entry->fValue->fClustersIndexFromCodeUnit; in updateTo()
168 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex()276 skia_private::TArray<size_t, true> fClustersIndexFromCodeUnit; variable
170 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()