Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
DSkSVGTransformableNode.cpp27 void SkSVGTransformableNode::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in onSetAttribute() function in SkSVGTransformableNode
35 this->INHERITED::onSetAttribute(attr, v); in onSetAttribute()
DSkSVGSVG.cpp48 void SkSVGSVG::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in onSetAttribute() function in SkSVGSVG
81 this->INHERITED::onSetAttribute(attr, v); in onSetAttribute()
DSkSVGNode.cpp76 this->onSetAttribute(attr, v); in setAttribute()
/third_party/skia/modules/svg/include/
DSkSVGTransformableNode.h23 void onSetAttribute(SkSVGAttribute, const SkSVGValue&) override;
DSkSVGSVG.h38 void onSetAttribute(SkSVGAttribute, const SkSVGValue&) override;
DSkSVGNode.h172 virtual void onSetAttribute(SkSVGAttribute, const SkSVGValue&) {} in onSetAttribute() function