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

/inkscape/src/2geom/
H A Dsvg-path-parser.h145 void parse_svg_path(char const *str, PathSink &sink);
148 inline void parse_svg_path(std::string const &str, PathSink &sink) { function in namespace:Geom
149 parse_svg_path(str.c_str(), sink);
157 inline PathVector parse_svg_path(char const *str) { function in namespace:Geom
162 parse_svg_path(str, generator);
H A Dsvg-path-parser.cpp1572 void parse_svg_path(char const *str, PathSink &sink) function in namespace:Geom
/inkscape/src/extension/internal/
H A Dmetafile-print.cpp392 Geom::PathVector outres = Geom::parse_svg_path(text);
422 Geom::PathVector outres = Geom::parse_svg_path(text);
443 Geom::PathVector outres = Geom::parse_svg_path(text);
/inkscape/src/live_effects/
H A Dlpe-simplify.cpp148 Geom::PathVector result = Geom::parse_svg_path(pathliv->svg_dump_path());
/inkscape/src/
H A Dsplivarot.cpp317 Geom::PathVector outres = Geom::parse_svg_path(result_str);
327 Geom::PathVector outres = Geom::parse_svg_path(pathliv->svg_dump_path());

Completed in 43 milliseconds