Searched refs:onAsPaint (Results 1 – 6 of 6) sorted by relevance
34 bool onAsPaint(const SkSVGRenderContext&, SkPaint*) const override;
33 bool onAsPaint(const SkSVGRenderContext&, SkPaint*) const final;
168 virtual bool onAsPaint(const SkSVGRenderContext&, SkPaint*) const { return false; } in onAsPaint() function
90 bool SkSVGPattern::onAsPaint(const SkSVGRenderContext& ctx, SkPaint* paint) const { in onAsPaint() function in SkSVGPattern
69 bool SkSVGGradient::onAsPaint(const SkSVGRenderContext& ctx, SkPaint* paint) const { in onAsPaint() function in SkSVGGradient
39 return this->onPrepareToRender(&localContext) && this->onAsPaint(localContext, paint); in asPaint()