Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DPathRenderer.cpp39 PathRenderer::StencilSupport PathRenderer::getStencilSupport(const GrStyledShape& shape) const { in getStencilSupport() function in skgpu::v1::PathRenderer
67 SkASSERT(kNoRestriction_StencilSupport == this->getStencilSupport(*args.fShape)); in drawPath()
DPathRenderer.h73 StencilSupport getStencilSupport(const GrStyledShape& shape) const;
169 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(*args.fShape)); in stencilPath()
DPathRendererChain.cpp98 support = pr->getStencilSupport(*args.fShape); in getPathRenderer()