Searched refs:stencilPath (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 78 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType, in onStencilPath() 114 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType, viewMatrix, in onDrawPath()
|
D | GrStencilPathOp.cpp | 18 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 | 152 void stencilPath(const StencilPathArgs& args, const GrPath* path);
|
D | GrPathRendering.cpp | 109 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath() function in GrPathRendering
|
D | GrPathRenderer.h | 207 void stencilPath(const StencilPathArgs& args) { in stencilPath() function
|
D | GrReducedClip.cpp | 807 pr->stencilPath(args); in drawStencilClipMask()
|
D | GrRenderTargetContext.cpp | 618 void GrRenderTargetContextPriv::stencilPath(const GrClip& clip, in stencilPath() function in GrRenderTargetContextPriv
|