Searched refs:fCurrCopyAtlasRangesIdx (Results 1 – 2 of 2) sorted by relevance
215 fCurrCopyAtlasRangesIdx = fCopyPathRanges.count(); in upgradeEntryToLiteralCoverageAtlas()262 for (int i = fCopyPathRanges.count() - 1; i >= fCurrCopyAtlasRangesIdx; --i) { in recordCopyPathInstance()273 emplace_at_memcpy(&fCopyPathRanges, fCurrCopyAtlasRangesIdx, std::move(srcProxy), 1); in recordCopyPathInstance()440 fCurrCopyAtlasRangesIdx = fCopyPathRanges.count(); in finalize()
156 int fCurrCopyAtlasRangesIdx = 0; variable