Searched refs:stencilPath (Results 1 – 13 of 13) sorted by relevance
/external/skqp/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 84 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType, in onStencilPath() 123 args.fRenderTargetContext->priv().stencilPath(stencilClip, args.fAAType, viewMatrix, in onDrawPath()
|
D | GrStencilPathOp.cpp | 40 state->gpu()->pathRendering()->stencilPath(args, fPath.get()); in onExecute()
|
/external/skqp/src/gpu/ |
D | GrPathRendering.cpp | 48 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath() function in GrPathRendering
|
D | GrPathRendering.h | 110 void stencilPath(const StencilPathArgs& args, const GrPath* path);
|
D | GrRenderTargetContextPriv.h | 71 void stencilPath(const GrHardClip&, GrAAType, const SkMatrix& viewMatrix, const GrPath*);
|
D | GrPathRenderer.h | 158 void stencilPath(const StencilPathArgs& args) { in stencilPath() function
|
D | GrReducedClip.cpp | 923 pr->stencilPath(args); in drawStencilClipMask()
|
D | GrRenderTargetContext.cpp | 799 void GrRenderTargetContextPriv::stencilPath(const GrHardClip& clip, in stencilPath() function in GrRenderTargetContextPriv
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 152 surfaceDrawContext->stencilPath(nullptr, GrAA::kYes, SkMatrix::I(), uberPath); in flushRenderedPaths() 160 surfaceDrawContext->stencilPath(&fixedClip, GrAA::kYes, SkMatrix::I(), scissoredPath); in flushRenderedPaths()
|
/external/skia/src/gpu/ |
D | GrPathRenderer.h | 164 void stencilPath(const StencilPathArgs& args) { in stencilPath() function
|
D | GrStencilMaskHelper.cpp | 320 pr->stencilPath(args); in stencil_path()
|
D | GrSurfaceDrawContext.h | 586 bool stencilPath(const GrHardClip*,
|
D | GrSurfaceDrawContext.cpp | 913 bool GrSurfaceDrawContext::stencilPath(const GrHardClip* clip, in stencilPath() function in GrSurfaceDrawContext 946 pr->stencilPath(args); in stencilPath()
|