Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds