Lines Matching refs:svg
8 #include "src/svg/SkSVGDevice.h"
27 #include "include/svg/SkSVGCanvas.h"
702 // The root <svg> tag gets closed by the destructor.
703 fRootElement = std::make_unique<AutoElement>("svg", fWriter);
705 fRootElement->addAttribute("xmlns", "http://www.w3.org/2000/svg");
858 std::unique_ptr<AutoElement> svg;
860 svg = std::make_unique<AutoElement>("svg", this, fResourceBucket.get(), MxCp(this), paint);
861 svg->addRectAttributes(r);
866 if (svg) {