Home
last modified time | relevance | path

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

/external/skia/src/svg/parser/
DSkSVGElements.h21 virtual ~SkSVG##_type(); \
26 typedef SkSVG##_type BASE_CLASS
29 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; }
DSkSVG.cpp14 SkSVG::SkSVG() { in SkSVG() function in SkSVG
17 SkSVG::~SkSVG() { in ~SkSVG()
20 bool SkSVG::decodeStream(SkStream* stream);
DSkSVGParser.cpp356 #define CASE_NEW(type) case SkSVGType_##type : created = new SkSVG##type(); break
/external/skia/site/user/api/
Dcanvas.md15 - [SkSVG](#sksvg) - Experimental XPS backend.
191 SkSVG section in Creating SkCanvas Objects
194 The (*still experimental*) SkSVG canvas writes into an SVG document.
/external/skia/gyp/
Dsvg.gyp106 '../src/svg/parser/SkSVG.cpp', # doesn't compile, maybe this is test code?
/external/skia/
Dpublic.bzl106 "src/svg/parser/*", # Missing SkSVG.h.