Searched refs:currentInstanceIdx (Results 1 – 1 of 1) sorted by relevance
288 int currentInstanceIdx = fNextCopyInstanceIdx++; in recordCopyPathInstance() local293 fPathInstanceData[currentInstanceIdx].set(entry, newAtlasOffset, kWhite, fillRule); in recordCopyPathInstance()302 int rangeFirstInstanceIdx = currentInstanceIdx - fCopyPathRanges[i].fCount; in recordCopyPathInstance()303 std::swap(fPathInstanceData[rangeFirstInstanceIdx], fPathInstanceData[currentInstanceIdx]); in recordCopyPathInstance()304 currentInstanceIdx = rangeFirstInstanceIdx; in recordCopyPathInstance()