Home
last modified time | relevance | path

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

/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.h61 SkPath* getAtlasUberPath(SkPathFillType fillType, bool antialias) { in getAtlasUberPath() function
DGrTessellationPathRenderer.cpp352 SkPath* uberPath = this->getAtlasUberPath(path.getFillType(), GrAAType::kNone != aaType); in tryAddPathToAtlas()
407 SkPath* uberPath = this->getAtlasUberPath(fillType, antialias); in renderAtlas()