Home | History | Annotate | Download | only in gpu

Lines Matching refs: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,
46 GrPathRenderer::StencilSupport GrStencilAndCoverPathRenderer::onGetStencilSupport(
53 void GrStencilAndCoverPathRenderer::onStencilPath(const SkPath& path,
61 bool GrStencilAndCoverPathRenderer::onDrawPath(const SkPath& path,