Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
H A DPathRenderer.h73 StencilSupport getStencilSupport(const GrStyledShape& shape) const;
142 * Draws the path into the draw target. If getStencilSupport() would return kNoRestriction then
169 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(*args.fShape)); in stencilPath()
H A 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()
H A DPathRendererChain.cpp96 support = pr->getStencilSupport(*args.fShape); in getPathRenderer()

Completed in 2 milliseconds