Searched refs:hreflist (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-lpe-item.cpp433 HRefList hreflist; local
436 hreflist.push_back( std::string((*it)->lpeobject_href) );
438 hreflist.push_back(value); // C++11: should be emplace_back std::move'd (also the reason why passed by value to addPathEffect)
440 this->getRepr()->setAttribute("inkscape:path-effect", hreflist_svg_string(hreflist));
795 HRefList hreflist; local
799 hreflist.push_back( std::string((*it)->lpeobject_href) ); // C++11: use emplace_back
802 return hreflist_svg_string(hreflist);
881 HRefList hreflist; local
891 hreflist.push_back( std::string(hrefstr) );
895 hreflist
[all...]

Completed in 23 milliseconds