Lines Matching defs:SkSVGNode
12 #include "modules/svg/include/SkSVGNode.h"
17 SkSVGNode::SkSVGNode(SkSVGTag t) : fTag(t) {
26 SkSVGNode::~SkSVGNode() { }
28 void SkSVGNode::render(const SkSVGRenderContext& ctx) const {
36 bool SkSVGNode::asPaint(const SkSVGRenderContext& ctx, SkPaint* paint) const {
42 SkPath SkSVGNode::asPath(const SkSVGRenderContext& ctx) const {
58 SkRect SkSVGNode::objectBoundingBox(const SkSVGRenderContext& ctx) const {
62 bool SkSVGNode::onPrepareToRender(SkSVGRenderContext* ctx) const {
75 void SkSVGNode::setAttribute(SkSVGAttribute attr, const SkSVGValue& v) {
90 bool SkSVGNode::parseAndSetAttribute(const char* n, const char* v) {
132 SkMatrix SkSVGNode::ComputeViewboxMatrix(const SkRect& viewBox,