Searched refs:uberPath (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 148 SkPath& uberPath = fAtlasPaths[i].fUberPath; in flushRenderedPaths() local 149 if (!uberPath.isEmpty()) { in flushRenderedPaths() 150 uberPath.setIsVolatile(true); in flushRenderedPaths() 151 uberPath.setFillType(fillType); in flushRenderedPaths() 152 surfaceDrawContext->stencilPath(nullptr, GrAA::kYes, SkMatrix::I(), uberPath); in flushRenderedPaths() 153 uberPath.reset(); in flushRenderedPaths()
|
/external/skia/src/gpu/tessellate/ |
D | GrTessellationPathRenderer.cpp | 352 SkPath* uberPath = this->getAtlasUberPath(path.getFillType(), GrAAType::kNone != aaType); in tryAddPathToAtlas() local 353 uberPath->moveTo(locationInAtlas->x(), locationInAtlas->y()); // Implicit moveTo(0,0). in tryAddPathToAtlas() 354 uberPath->addPath(path, atlasMatrix); in tryAddPathToAtlas() 407 SkPath* uberPath = this->getAtlasUberPath(fillType, antialias); in renderAtlas() local 408 if (uberPath->isEmpty()) { in renderAtlas() 411 uberPath->setFillType(fillType); in renderAtlas() 414 *uberPath, GrPaint(), aaType, in renderAtlas()
|