Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp77 SkPath* atlasPath; in enqueueRenderedPath() local
79 atlasPath = &fAtlasPaths[(int)fillRule].fUberPath; in enqueueRenderedPath()
83 atlasPath = &scissoredPath; in enqueueRenderedPath()
86 atlasPath->moveTo(origin.fX, origin.fY); // Implicit moveTo(0,0). in enqueueRenderedPath()
87 atlasPath->addPath(path, pathToAtlasMatrix); in enqueueRenderedPath()