Lines Matching refs:fAtlasPaths
79 atlasPath = &fAtlasPaths[(int)fillRule].fUberPath; in enqueueRenderedPath()
81 auto& [scissoredPath, scissor] = fAtlasPaths[(int)fillRule].fScissoredPaths.push_back(); in enqueueRenderedPath()
138 for (int i = 0; i < (int)SK_ARRAY_COUNT(fAtlasPaths); ++i) { in flushRenderedPaths()
139 fAtlasPaths[i].fUberPath.reset(); in flushRenderedPaths()
140 fAtlasPaths[i].fScissoredPaths.reset(); in flushRenderedPaths()
145 for (int i = 0; i < (int)SK_ARRAY_COUNT(fAtlasPaths); ++i) { in flushRenderedPaths()
148 SkPath& uberPath = fAtlasPaths[i].fUberPath; in flushRenderedPaths()
155 for (auto& [scissoredPath, scissor] : fAtlasPaths[i].fScissoredPaths) { in flushRenderedPaths()
162 fAtlasPaths[i].fScissoredPaths.reset(); in flushRenderedPaths()
180 for (size_t i = 0; i < SK_ARRAY_COUNT(fAtlasPaths); ++i) { in finalize()
181 SkASSERT(fAtlasPaths[i].fUberPath.isEmpty()); in finalize()
182 SkASSERT(fAtlasPaths[i].fScissoredPaths.empty()); in finalize()