Lines Matching defs:GrStencilAndCoverPathRenderer
10 #include "GrStencilAndCoverPathRenderer.h"
17 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrContext* context) {
21 return SkNEW_ARGS(GrStencilAndCoverPathRenderer, (context->getGpu()));
27 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrGpu* gpu) {
33 GrStencilAndCoverPathRenderer::~GrStencilAndCoverPathRenderer() {
37 bool GrStencilAndCoverPathRenderer::canDrawPath(const SkPath& path,
47 GrPathRenderer::StencilSupport GrStencilAndCoverPathRenderer::onGetStencilSupport(
54 void GrStencilAndCoverPathRenderer::onStencilPath(const SkPath& path,
62 bool GrStencilAndCoverPathRenderer::onDrawPath(const SkPath& path,