Home
last modified time | relevance | path

Searched defs:onSetAttribute (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGTransformableNode.cpp30 void SkSVGTransformableNode::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in onSetAttribute() function in SkSVGTransformableNode
H A DSkSVGSVG.cpp68 void SkSVGSVG::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in onSetAttribute() function in SkSVGSVG
/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGNode.h179 virtual void onSetAttribute(SkSVGAttribute, const SkSVGValue&) {} in onSetAttribute() function