Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
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.cpp96 support = pr->getStencilSupport(*args.fShape); in getPathRenderer()
/third_party/flutter/skia/src/gpu/
DGrPathRenderer.h68 StencilSupport getStencilSupport(const GrShape& shape) const;
163 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(*args.fShape)); in stencilPath()
DGrPathRenderer.cpp35 GrPathRenderer::StencilSupport GrPathRenderer::getStencilSupport(const GrShape& shape) const { in getStencilSupport() function in GrPathRenderer
62 SkASSERT(kNoRestriction_StencilSupport == this->getStencilSupport(*args.fShape)); in drawPath()
DGrPathRendererChain.cpp104 support = pr->getStencilSupport(*args.fShape); in getPathRenderer()