HomeSort by relevance Sort by last modified time
    Searched full:set_string_attribute (Results 1 - 1 of 1) sorted by null

  /external/skia/experimental/svg/model/
SkSVGDOM.cpp 250 void set_string_attribute(const sk_sp<SkSVGNode>& node, const char* name, const char* value);
262 set_string_attribute(node, name.c_str(), value.c_str());
341 void set_string_attribute(const sk_sp<SkSVGNode>& node, const char* name, const char* value) { function in namespace:__anon30698
371 set_string_attribute(svgNode, name, value);

Completed in 93 milliseconds