Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp81 args.fRenderTargetContext->priv().stencilPath( in onStencilPath()
122 args.fRenderTargetContext->priv().stencilPath( in onDrawPath()
DGrStencilPathOp.cpp40 state->gpu()->pathRendering()->stencilPath(args, fPath.get()); in onExecute()
/third_party/flutter/skia/src/gpu/
DGrPathRendering.cpp48 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath() function in GrPathRendering
DGrPathRendering.h109 void stencilPath(const StencilPathArgs& args, const GrPath* path);
DGrRenderTargetContextPriv.h80 void stencilPath(
DGrPathRenderer.h161 void stencilPath(const StencilPathArgs& args) { in stencilPath() function
DGrReducedClip.cpp934 pr->stencilPath(args); in drawStencilClipMask()
DGrRenderTargetContext.cpp876 void GrRenderTargetContextPriv::stencilPath(const GrHardClip& clip, in stencilPath() function in GrRenderTargetContextPriv
/third_party/skia/src/gpu/v1/
DPathRenderer.h167 void stencilPath(const StencilPathArgs& args) { in stencilPath() function
DStencilMaskHelper.cpp333 pr->stencilPath(args); in stencil_path()
DSurfaceDrawContext_v1.h546 bool stencilPath(const GrHardClip*,
DSurfaceDrawContext.cpp912 bool SurfaceDrawContext::stencilPath(const GrHardClip* clip, in stencilPath() function in skgpu::v1::SurfaceDrawContext
946 pr->stencilPath(args); in stencilPath()