Searched refs:SkSVG (Results 1 – 6 of 6) sorted by relevance
21 virtual ~SkSVG##_type(); \26 typedef SkSVG##_type BASE_CLASS29 SkSVG##_type::~SkSVG##_type() {} \30 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \34 SkSVGTypes SkSVG##_type::getType() const { return SkSVGType_##_type; }37 SkSVG##_type::~SkSVG##_type() {} \38 int SkSVG##_type::getAttributes(const SkSVGAttribute** ) { return 0; } \39 SkSVGTypes SkSVG##_type::getType() const { return SkSVGType_##_type; }
14 SkSVG::SkSVG() { in SkSVG() function in SkSVG17 SkSVG::~SkSVG() { in ~SkSVG()20 bool SkSVG::decodeStream(SkStream* stream);
356 #define CASE_NEW(type) case SkSVGType_##type : created = new SkSVG##type(); break
15 - [SkSVG](#sksvg) - Experimental XPS backend.191 SkSVG section in Creating SkCanvas Objects194 The (*still experimental*) SkSVG canvas writes into an SVG document.
106 '../src/svg/parser/SkSVG.cpp', # doesn't compile, maybe this is test code?
106 "src/svg/parser/*", # Missing SkSVG.h.