Searched refs:onSetAttribute (Results 1 – 6 of 6) sorted by relevance
27 void SkSVGTransformableNode::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in onSetAttribute() function in SkSVGTransformableNode35 this->INHERITED::onSetAttribute(attr, v); in onSetAttribute()
48 void SkSVGSVG::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in onSetAttribute() function in SkSVGSVG81 this->INHERITED::onSetAttribute(attr, v); in onSetAttribute()
76 this->onSetAttribute(attr, v); in setAttribute()
23 void onSetAttribute(SkSVGAttribute, const SkSVGValue&) override;
38 void onSetAttribute(SkSVGAttribute, const SkSVGValue&) override;
172 virtual void onSetAttribute(SkSVGAttribute, const SkSVGValue&) {} in onSetAttribute() function