Searched refs:GrStencilAndCoverPathRenderer (Results 1 – 5 of 5) sorted by relevance
36 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrContext* context) { in Create()40 return SkNEW_ARGS(GrStencilAndCoverPathRenderer, (context->getGpu())); in Create()46 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrGpu* gpu) { in GrStencilAndCoverPathRenderer() function in GrStencilAndCoverPathRenderer52 GrStencilAndCoverPathRenderer::~GrStencilAndCoverPathRenderer() { in ~GrStencilAndCoverPathRenderer()56 bool GrStencilAndCoverPathRenderer::canDrawPath(const GrDrawTarget* target, in canDrawPath()69 GrStencilAndCoverPathRenderer::onGetStencilSupport(const GrDrawTarget*, in onGetStencilSupport()89 void GrStencilAndCoverPathRenderer::onStencilPath(GrDrawTarget* target, in onStencilPath()100 bool GrStencilAndCoverPathRenderer::onDrawPath(GrDrawTarget* target, in onDrawPath()
21 class GrStencilAndCoverPathRenderer : public GrPathRenderer {26 virtual ~GrStencilAndCoverPathRenderer();56 GrStencilAndCoverPathRenderer(GrGpu*);
36 if (GrPathRenderer* pr = GrStencilAndCoverPathRenderer::Create(ctx)) { in AddPathRenderers()
183 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',184 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
491 src/gpu/GrStencilAndCoverPathRenderer.cpp \