Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp79 atlasPath = &fAtlasPaths[(int)fillRule].fUberPath; in enqueueRenderedPath()
139 fAtlasPaths[i].fUberPath.reset(); in flushRenderedPaths()
148 SkPath& uberPath = fAtlasPaths[i].fUberPath; in flushRenderedPaths()
181 SkASSERT(fAtlasPaths[i].fUberPath.isEmpty()); in finalize()
DGrCCPerFlushResources.h59 SkPath fUberPath; // Contains all contours from all non-scissored paths. member