Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGNode.h64 #define SVG_PRES_ATTR(attr_name, attr_type, attr_inherited) \ argument
67 SkSVGProperty<attr_type, attr_inherited>>&& pr) {\
73 const SkSVGProperty<attr_type, attr_inherited>& get##attr_name() const { \
76 void set##attr_name(const SkSVGProperty<attr_type, attr_inherited>& v) { \
85 void set##attr_name(SkSVGProperty<attr_type, attr_inherited>&& v) { \