Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRenderer.h103 virtual bool canDrawPath(const SkPath& path,
120 GrAssert(this->canDrawPath(path, stroke, target, antiAlias)); in drawPath()
DGrAAConvexPathRenderer.h16 virtual bool canDrawPath(const SkPath& path,
DGrSoftwarePathRenderer.h27 virtual bool canDrawPath(const SkPath&,
DGrStencilAndCoverPathRenderer.h28 virtual bool canDrawPath(const SkPath&,
DGrDefaultPathRenderer.h22 virtual bool canDrawPath(const SkPath&,
DGrAAHairLinePathRenderer.h20 virtual bool canDrawPath(const SkPath& path,
DGrPathRendererChain.cpp62 if (fChain[i]->canDrawPath(path, stroke, target, antiAlias)) { in getPathRenderer()
DGrStencilAndCoverPathRenderer.cpp36 bool GrStencilAndCoverPathRenderer::canDrawPath(const SkPath& path, in canDrawPath() function in GrStencilAndCoverPathRenderer
DGrSoftwarePathRenderer.cpp14 bool GrSoftwarePathRenderer::canDrawPath(const SkPath&, in canDrawPath() function in GrSoftwarePathRenderer
DGrDefaultPathRenderer.cpp497 bool GrDefaultPathRenderer::canDrawPath(const SkPath& path, in canDrawPath() function in GrDefaultPathRenderer
DGrAAHairLinePathRenderer.cpp549 bool GrAAHairLinePathRenderer::canDrawPath(const SkPath& path, in canDrawPath() function in GrAAHairLinePathRenderer
DGrAAConvexPathRenderer.cpp431 bool GrAAConvexPathRenderer::canDrawPath(const SkPath& path, in canDrawPath() function in GrAAConvexPathRenderer