Searched refs:set_string_attribute (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/modules/svg/src/ |
H A D | SkSVGDOM.cpp | 181 bool set_string_attribute(const sk_sp<SkSVGNode>& node, const char* name, const char* value); 193 set_string_attribute(node, name.c_str(), value.c_str()); in SetStyleAttributes() 288 bool set_string_attribute(const sk_sp<SkSVGNode>& node, const char* name, const char* value) { in set_string_attribute() function 326 set_string_attribute(svgNode, name, value); in parse_node_attributes() 498 return set_string_attribute(sk_ref_sp(this), attributeName, attributeValue); in setAttribute()
|
Completed in 2 milliseconds