Home
last modified time | relevance | path

Searched refs:currentInstanceIdx (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp288 int currentInstanceIdx = fNextCopyInstanceIdx++; in recordCopyPathInstance() local
293 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()