Searched refs:sp_svg_read_pathv (Results 1 - 25 of 26) sorted by relevance

12

/inkscape/src/svg/
H A Dsvg-path-geom-test.h75 Geom::PathVector pv = sp_svg_read_pathv(rectanglesAbsoluteClosed[i].c_str());
83 Geom::PathVector pv = sp_svg_read_pathv(rectanglesRelativeClosed[i].c_str());
91 Geom::PathVector pv = sp_svg_read_pathv(rectanglesAbsoluteOpen[i].c_str());
99 Geom::PathVector pv = sp_svg_read_pathv(rectanglesRelativeOpen[i].c_str());
107 Geom::PathVector pv = sp_svg_read_pathv(rectanglesAbsoluteClosed2[i].c_str());
115 Geom::PathVector pv = sp_svg_read_pathv(rectanglesRelativeClosed2[i].c_str());
133 Geom::PathVector pv = sp_svg_read_pathv(path_str.c_str());
151 Geom::PathVector pv = sp_svg_read_pathv(path_str);
156 Geom::PathVector pv = sp_svg_read_pathv(path_str);
172 Geom::PathVector pv = sp_svg_read_pathv(path_st
[all...]
H A Dsvg.h65 Geom::PathVector sp_svg_read_pathv( char const * str );
H A Dsvg-path.cpp40 Geom::PathVector sp_svg_read_pathv(char const * str) function
/inkscape/src/
H A Dsp-path.cpp155 Geom::PathVector pv = sp_svg_read_pathv(s);
193 Geom::PathVector pv = sp_svg_read_pathv(value);
209 Geom::PathVector pv = sp_svg_read_pathv(value);
357 Geom::PathVector pv = sp_svg_read_pathv(value);
H A Dsp-hatch-path.cpp294 pathv = sp_svg_read_pathv(str);
300 pathv = sp_svg_read_pathv(str2.c_str());
309 Geom::PathVector pathv3 = sp_svg_read_pathv(str3.c_str());
H A Dsp-offset.cpp247 Geom::PathVector pv = sp_svg_read_pathv(this->original);
362 Geom::PathVector pv = sp_svg_read_pathv(res_d);
670 Geom::PathVector pv = sp_svg_read_pathv(res_d);
H A Dsp-spiral.cpp321 Geom::PathVector pv = sp_svg_read_pathv(this->getRepr()->attribute("d"));
H A Dsp-ellipse.cpp391 Geom::PathVector pv = sp_svg_read_pathv(this->getRepr()->attribute("d"));
H A Dsp-star.cpp377 Geom::PathVector pv = sp_svg_read_pathv(this->getRepr()->attribute("d"));
H A Dsp-lpe-item.cpp717 Geom::PathVector pv = sp_svg_read_pathv(value);
/inkscape/src/live_effects/parameter/
H A Dpath.cpp129 _pathvector = sp_svg_read_pathv(defvalue);
132 _pathvector = sp_svg_read_pathv(strvalue);
406 _pathvector = sp_svg_read_pathv(defvalue);
437 Geom::PathVector path_clipboard = sp_svg_read_pathv(svgd);
H A Dfilletchamferpointarray.cpp392 Geom::PathVector pathv = sp_svg_read_pathv(svgd);
/inkscape/src/live_effects/
H A Dlpe-show_handles.cpp167 Geom::PathVector pathv = sp_svg_read_pathv(svgd);
181 Geom::PathVector pathv = sp_svg_read_pathv(svgd);
H A Dlpe-simplify.cpp267 Geom::PathVector pathv = sp_svg_read_pathv(svgd);
279 Geom::PathVector pathv = sp_svg_read_pathv(svgd);
H A Dlpe-curvestitch.cpp165 Geom::PathVector temppath = sp_svg_read_pathv( item->getRepr()->attribute("inkscape:original-d"));
H A Dlpe-taperstroke.cpp277 pat_vec = sp_svg_read_pathv(pat_str.str().c_str());
304 pat_vec = sp_svg_read_pathv(pat_str_1.str().c_str());
H A Dlpe-transform_2pts.cpp431 PathVector pathv_move = sp_svg_read_pathv(svgd);
438 PathVector pathv_turn = sp_svg_read_pathv(svgd);
H A Dlpe-bspline.cpp338 Geom::PathVector pathv = sp_svg_read_pathv(svgd);
H A Dlpe-knot.cpp617 PathVector pathv = sp_svg_read_pathv(svgd);
/inkscape/src/display/
H A Dnr-svgfonts.cpp328 pathv = sp_svg_read_pathv(glyphNode->d);
334 pathv = sp_svg_read_pathv(missing->d);
/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.cpp542 Geom::PathVector pathv = sp_svg_read_pathv(node->attribute("d"));
577 Geom::PathVector pathv = sp_svg_read_pathv(node->attribute("d"));
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp412 previous_shape_pathv = sp_svg_read_pathv(svgd);
H A Dflood-tool.cpp382 Geom::PathVector pathv = sp_svg_read_pathv(result.getPathData().c_str());
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp656 Geom::PathVector old_vect = sp_svg_read_pathv(d->clips.strings[real_idx]);
657 Geom::PathVector new_vect = sp_svg_read_pathv(clippath);
2263 Geom::PathVector tmp_vect = sp_svg_read_pathv(d->clips.strings[real_idx]);
H A Demf-inout.cpp747 Geom::PathVector old_vect = sp_svg_read_pathv(d->clips.strings[real_idx]);
748 Geom::PathVector new_vect = sp_svg_read_pathv(clippath);
2241 Geom::PathVector tmp_vect = sp_svg_read_pathv(d->clips.strings[real_idx]);

Completed in 239 milliseconds

12