Searched refs:StencilPathArgs (Results 1 – 21 of 21) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrPathRendering.h | 90 struct StencilPathArgs { struct 91 StencilPathArgs(bool useHWAA, in StencilPathArgs() function 109 void stencilPath(const StencilPathArgs& args, const GrPath* path); argument 121 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
|
D | GrPathRenderer.h | 143 struct StencilPathArgs { struct 144 SkDEBUGCODE(StencilPathArgs() { memset(this, 0, sizeof(*this)); }) // For validation. 161 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument 203 virtual void onStencilPath(const StencilPathArgs&);
|
D | GrPathRenderer.cpp | 18 void GrPathRenderer::StencilPathArgs::validate() const { in validate() 97 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
D | GrPathRendering_none.cpp | 52 void GrGLPathRendering::onStencilPath(const StencilPathArgs&, const GrPath*) {} in onStencilPath() argument
|
D | GrPathRendering.cpp | 48 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath()
|
D | GrReducedClip.cpp | 926 GrPathRenderer::StencilPathArgs args; in drawStencilClipMask()
|
/third_party/skia/src/gpu/v1/ |
D | PathRenderer.h | 149 struct StencilPathArgs { struct 150 SkDEBUGCODE(StencilPathArgs() { memset(this, 0, sizeof(*this)); }) // For validation. 167 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument 203 virtual void onStencilPath(const StencilPathArgs&);
|
D | PathRenderer.cpp | 24 void PathRenderer::StencilPathArgs::validate() const { in validate() 85 void PathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
D | StencilMaskHelper.cpp | 324 skgpu::v1::PathRenderer::StencilPathArgs args; in stencil_path()
|
D | SurfaceDrawContext.cpp | 938 PathRenderer::StencilPathArgs args; in stencilPath()
|
/third_party/skia/src/gpu/ops/ |
D | TessellationPathRenderer.h | 32 void onStencilPath(const StencilPathArgs&) override;
|
D | DefaultPathRenderer.h | 32 void onStencilPath(const StencilPathArgs&) override;
|
D | TessellationPathRenderer.cpp | 196 void TessellationPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
D | DefaultPathRenderer.cpp | 803 void DefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.h | 30 void onStencilPath(const StencilPathArgs&) override;
|
D | GrStencilAndCoverPathRenderer.h | 35 void onStencilPath(const StencilPathArgs&) override;
|
D | GrStencilPathOp.cpp | 38 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy, in onExecute()
|
D | GrStencilAndCoverPathRenderer.cpp | 77 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
D | GrDefaultPathRenderer.cpp | 671 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
|
D | GrGLPathRendering.cpp | 86 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath()
|