Searched refs:stencilPath (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 80 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType, in onStencilPath() 119 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType, viewMatrix, in onDrawPath()
|
D | GrStencilPathOp.h | 72 state->gpu()->pathRendering()->stencilPath(args, fPath.get()); in onExecute()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContextPriv.h | 67 void stencilPath(const GrClip&, GrAAType, const SkMatrix& viewMatrix, const GrPath*);
|
D | GrPathRendering.h | 155 void stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath() function
|
D | GrPathRenderer.h | 212 void stencilPath(const StencilPathArgs& args) { in stencilPath() function
|
D | GrReducedClip.cpp | 796 pr->stencilPath(args); in drawStencilClipMask()
|
D | GrRenderTargetContext.cpp | 688 void GrRenderTargetContextPriv::stencilPath(const GrClip& clip, in stencilPath() function in GrRenderTargetContextPriv
|