Searched defs:newpath (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dprefix.cpp191 char *tmp, *newpath; local
200 newpath = strdup (path);
202 newpath = br_strcat (tmp, path);
208 return newpath;
/inkscape/src/live_effects/parameter/
H A Dpath.cpp261 PathParam::set_new_value (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & newpath, bool write_to_svg) argument
264 _pathvector = Geom::path_from_piecewise(newpath, LPE_CONVERSION_TOLERANCE);
272 _pwd2 = newpath;
275 _pwd2 = newpath;
294 PathParam::set_new_value (Geom::PathVector const &newpath, bool write_to_svg) argument
297 if (newpath.empty()) {
301 _pathvector = newpath;
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp220 static void spdc_paste_curve_as_freehand_shape(Geom::PathVector const &newpath, FreehandBase *dc, SPItem *item) argument
228 static_cast<LPEPatternAlongPath*>(lpe)->pattern.set_new_value(newpath,true);

Completed in 21 milliseconds