Lines Matching refs:GrPathRenderer
32 if (GrPathRenderer* pr = GrStencilAndCoverPathRenderer::Create(context->resourceProvider(),
54 GrPathRenderer* GrPathRendererChain::addPathRenderer(GrPathRenderer* pr) {
60 GrPathRenderer* GrPathRendererChain::getPathRenderer(const GrPathRenderer::CanDrawPathArgs& args,
62 GrPathRenderer::StencilSupport* stencilSupport) {
63 GR_STATIC_ASSERT(GrPathRenderer::kNoSupport_StencilSupport <
64 GrPathRenderer::kStencilOnly_StencilSupport);
65 GR_STATIC_ASSERT(GrPathRenderer::kStencilOnly_StencilSupport <
66 GrPathRenderer::kNoRestriction_StencilSupport);
67 GrPathRenderer::StencilSupport minStencilSupport;
69 minStencilSupport = GrPathRenderer::kStencilOnly_StencilSupport;
72 minStencilSupport = GrPathRenderer::kNoRestriction_StencilSupport;
74 minStencilSupport = GrPathRenderer::kNoSupport_StencilSupport;
79 if (GrPathRenderer::kNoSupport_StencilSupport != minStencilSupport) {
80 GrPathRenderer::StencilSupport support =