Home
last modified time | relevance | path

Searched refs:onAsPaint (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/svg/include/
DSkSVGPattern.h34 bool onAsPaint(const SkSVGRenderContext&, SkPaint*) const override;
DSkSVGGradient.h33 bool onAsPaint(const SkSVGRenderContext&, SkPaint*) const final;
DSkSVGNode.h168 virtual bool onAsPaint(const SkSVGRenderContext&, SkPaint*) const { return false; } in onAsPaint() function
/third_party/skia/modules/svg/src/
DSkSVGPattern.cpp90 bool SkSVGPattern::onAsPaint(const SkSVGRenderContext& ctx, SkPaint* paint) const { in onAsPaint() function in SkSVGPattern
DSkSVGGradient.cpp69 bool SkSVGGradient::onAsPaint(const SkSVGRenderContext& ctx, SkPaint* paint) const { in onAsPaint() function in SkSVGGradient
DSkSVGNode.cpp39 return this->onPrepareToRender(&localContext) && this->onAsPaint(localContext, paint); in asPaint()