Home
last modified time | relevance | path

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

/external/skqp/experimental/svg/model/
DSkSVGNode.h49 bool asPaint(const SkSVGRenderContext&, SkPaint*) const;
DSkSVGNode.cpp28 bool SkSVGNode::asPaint(const SkSVGRenderContext& ctx, SkPaint* paint) const { in asPaint() function in SkSVGNode
DSkSVGRenderContext.cpp113 if (!node || !node->asPaint(ctx, p)) { in applySvgPaint()
/external/skia/modules/svg/src/
DSkSVGNode.cpp36 bool SkSVGNode::asPaint(const SkSVGRenderContext& ctx, SkPaint* paint) const { in asPaint() function in SkSVGNode
DSkSVGRenderContext.cpp413 if (!node || !node->asPaint(local_ctx, p.get())) { in commonPaint()
/external/skia/modules/svg/include/
DSkSVGNode.h104 bool asPaint(const SkSVGRenderContext&, SkPaint*) const;