Searched refs:stencilSupport (Results 1 – 3 of 3) sorted by relevance
72 PathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument108 if (stencilSupport) { in getPathRenderer()109 *stencilSupport = support; in getPathRenderer()
258 skgpu::v1::PathRenderer::StencilSupport stencilSupport, in get_stencil_passes() argument262 skgpu::v1::PathRenderer::kNoRestriction_StencilSupport == stencilSupport; in get_stencil_passes()415 PathRenderer::StencilSupport stencilSupport; in drawPath() local439 canDrawArgs, false, PathRendererChain::DrawType::kStencil, &stencilSupport); in drawPath()445 auto passes = get_stencil_passes(op, stencilSupport, fillInverted, &drawDirectToClip); in drawPath()449 if (stencilSupport == PathRenderer::kNoRestriction_StencilSupport) { in drawPath()
943 PathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument950 auto pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()