Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp81 auto& [scissoredPath, scissor] = fAtlasPaths[(int)fillRule].fScissoredPaths.push_back(); in enqueueRenderedPath()
140 fAtlasPaths[i].fScissoredPaths.reset(); in flushRenderedPaths()
155 for (auto& [scissoredPath, scissor] : fAtlasPaths[i].fScissoredPaths) { in flushRenderedPaths()
162 fAtlasPaths[i].fScissoredPaths.reset(); in flushRenderedPaths()
182 SkASSERT(fAtlasPaths[i].fScissoredPaths.empty()); in finalize()
DGrCCPerFlushResources.h60 SkSTArray<32, std::tuple<SkPath, SkIRect>> fScissoredPaths; member