Home
last modified time | relevance | path

Searched refs:stencilSupport (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/v1/
DPathRendererChain.cpp72 PathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
108 if (stencilSupport) { in getPathRenderer()
109 *stencilSupport = support; in getPathRenderer()
DStencilMaskHelper.cpp258 skgpu::v1::PathRenderer::StencilSupport stencilSupport, in get_stencil_passes() argument
262 skgpu::v1::PathRenderer::kNoRestriction_StencilSupport == stencilSupport; in get_stencil_passes()
415 PathRenderer::StencilSupport stencilSupport; in drawPath() local
439 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()
/third_party/skia/src/gpu/
DGrDrawingManager.cpp943 PathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
950 auto pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()