Searched refs:fScissoredPaths (Results 1 – 2 of 2) sorted by relevance
81 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()
60 SkSTArray<32, std::tuple<SkPath, SkIRect>> fScissoredPaths; member