Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGDOM.cpp192 bool set_string_attribute(const sk_sp<SkSVGNode>& node, const char* name, const char* value);
204 set_string_attribute(node, name.c_str(), value.c_str()); in SetStyleAttributes()
306 bool set_string_attribute(const sk_sp<SkSVGNode>& node, const char* name, const char* value) { in set_string_attribute() function
344 set_string_attribute(svgNode, name, value); in parse_node_attributes()
517 return set_string_attribute(sk_ref_sp(this), attributeName, attributeValue); in setAttribute()