Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp79 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()
[all …]
DGrCCPerFlushResources.h64 AtlasPaths fAtlasPaths[2]; // One for "nonzero" fill rule and one for "even-odd". variable