Home
last modified time | relevance | path

Searched refs:stencilPath (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp80 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType, in onStencilPath()
119 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType, viewMatrix, in onDrawPath()
DGrStencilPathOp.h72 state->gpu()->pathRendering()->stencilPath(args, fPath.get()); in onExecute()
/external/skia/src/gpu/
DGrRenderTargetContextPriv.h67 void stencilPath(const GrClip&, GrAAType, const SkMatrix& viewMatrix, const GrPath*);
DGrPathRendering.h155 void stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath() function
DGrPathRenderer.h212 void stencilPath(const StencilPathArgs& args) { in stencilPath() function
DGrReducedClip.cpp796 pr->stencilPath(args); in drawStencilClipMask()
DGrRenderTargetContext.cpp688 void GrRenderTargetContextPriv::stencilPath(const GrClip& clip, in stencilPath() function in GrRenderTargetContextPriv