Searched refs:StencilPathArgs (Results 1 – 13 of 13) sorted by relevance
133 struct StencilPathArgs { struct134 StencilPathArgs(bool useHWAA, in StencilPathArgs() argument152 void stencilPath(const StencilPathArgs& args, const GrPath* path); argument172 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
180 struct StencilPathArgs { struct207 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument262 virtual void onStencilPath(const StencilPathArgs& args) { in onStencilPath()
109 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath()
800 GrPathRenderer::StencilPathArgs args; in drawStencilClipMask()
16 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fRenderTarget, in onExecute()
22 void onStencilPath(const StencilPathArgs&) override;
30 void onStencilPath(const StencilPathArgs&) override;
35 void onStencilPath(const StencilPathArgs&) override;
74 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
633 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
713 void GrMSAAPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
69 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
118 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath()