Searched refs:currentInstanceIdx (Results 1 – 1 of 1) sorted by relevance
253 int currentInstanceIdx = fNextCopyInstanceIdx++; in recordCopyPathInstance() local258 fPathInstanceData[currentInstanceIdx].set(entry, newAtlasOffset, kWhite, evenOdd); in recordCopyPathInstance()267 int rangeFirstInstanceIdx = currentInstanceIdx - fCopyPathRanges[i].fCount; in recordCopyPathInstance()268 std::swap(fPathInstanceData[rangeFirstInstanceIdx], fPathInstanceData[currentInstanceIdx]); in recordCopyPathInstance()269 currentInstanceIdx = rangeFirstInstanceIdx; in recordCopyPathInstance()