Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp84 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType, in onStencilPath()
123 args.fRenderTargetContext->priv().stencilPath(stencilClip, args.fAAType, viewMatrix, in onDrawPath()
DGrStencilPathOp.cpp40 state->gpu()->pathRendering()->stencilPath(args, fPath.get()); in onExecute()
/external/skqp/src/gpu/
DGrPathRendering.cpp48 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath() function in GrPathRendering
DGrPathRendering.h110 void stencilPath(const StencilPathArgs& args, const GrPath* path);
DGrRenderTargetContextPriv.h71 void stencilPath(const GrHardClip&, GrAAType, const SkMatrix& viewMatrix, const GrPath*);
DGrPathRenderer.h158 void stencilPath(const StencilPathArgs& args) { in stencilPath() function
DGrReducedClip.cpp923 pr->stencilPath(args); in drawStencilClipMask()
DGrRenderTargetContext.cpp799 void GrRenderTargetContextPriv::stencilPath(const GrHardClip& clip, in stencilPath() function in GrRenderTargetContextPriv
/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp152 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/
DGrPathRenderer.h164 void stencilPath(const StencilPathArgs& args) { in stencilPath() function
DGrStencilMaskHelper.cpp320 pr->stencilPath(args); in stencil_path()
DGrSurfaceDrawContext.h586 bool stencilPath(const GrHardClip*,
DGrSurfaceDrawContext.cpp913 bool GrSurfaceDrawContext::stencilPath(const GrHardClip* clip, in stencilPath() function in GrSurfaceDrawContext
946 pr->stencilPath(args); in stencilPath()