Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp78 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType, in onStencilPath()
114 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType, viewMatrix, in onDrawPath()
DGrStencilPathOp.cpp18 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.h152 void stencilPath(const StencilPathArgs& args, const GrPath* path);
DGrPathRendering.cpp109 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath() function in GrPathRendering
DGrPathRenderer.h207 void stencilPath(const StencilPathArgs& args) { in stencilPath() function
DGrReducedClip.cpp807 pr->stencilPath(args); in drawStencilClipMask()
DGrRenderTargetContext.cpp618 void GrRenderTargetContextPriv::stencilPath(const GrClip& clip, in stencilPath() function in GrRenderTargetContextPriv