Searched refs:StencilPathArgs (Results 1 – 8 of 8) sorted by relevance
149 struct StencilPathArgs { struct150 SkDEBUGCODE(StencilPathArgs() { memset(this, 0, sizeof(*this)); }) // For validation.167 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument203 virtual void onStencilPath(const StencilPathArgs&);
24 void PathRenderer::StencilPathArgs::validate() const { in validate()85 void PathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
324 skgpu::v1::PathRenderer::StencilPathArgs args; in stencil_path()
939 PathRenderer::StencilPathArgs args; in stencilPath()
32 void onStencilPath(const StencilPathArgs&) override;
196 void TessellationPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
803 void DefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()