Searched refs:onStencilPath (Results 1 – 11 of 11) sorted by relevance
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() function in GrStencilAndCoverPathRenderer
633 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrDefaultPathRenderer
713 void GrMSAAPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrMSAAPathRenderer
210 this->onStencilPath(args); in stencilPath()262 virtual void onStencilPath(const StencilPathArgs& args) { in onStencilPath() function
172 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
111 this->onStencilPath(args, path); in stencilPath()
69 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
118 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath() function in GrGLPathRendering