Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPathRenderer.h67 StencilSupport getStencilSupport(const GrShape& shape) const;
160 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(*args.fShape)); in stencilPath()
DGrPathRenderer.cpp36 GrPathRenderer::StencilSupport GrPathRenderer::getStencilSupport(const GrShape& shape) const { in getStencilSupport() function in GrPathRenderer
66 SkASSERT(kNoRestriction_StencilSupport == this->getStencilSupport(*args.fShape)); in drawPath()
DGrPathRendererChain.cpp96 support = pr->getStencilSupport(*args.fShape); in getPathRenderer()
/external/skia/src/gpu/
DGrPathRenderer.h70 StencilSupport getStencilSupport(const GrStyledShape& shape) const;
166 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(*args.fShape)); in stencilPath()
DGrPathRenderer.cpp36 GrPathRenderer::StencilSupport GrPathRenderer::getStencilSupport(const GrStyledShape& shape) const { in getStencilSupport() function in GrPathRenderer
64 SkASSERT(kNoRestriction_StencilSupport == this->getStencilSupport(*args.fShape)); in drawPath()
DGrPathRendererChain.cpp97 support = pr->getStencilSupport(*args.fShape); in getPathRenderer()