Searched refs:adjustForNewPath (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/live_effects/ | ||
H A D | lpe-powerstroke.h | 35 void adjustForNewPath(Geom::PathVector const & path_in); |
H A D | lpe-fillet-chamfer.h | 44 virtual void adjustForNewPath(Geom::PathVector const &path_in); |
H A D | lpe-fillet-chamfer.cpp | 492 LPEFilletChamfer::adjustForNewPath(Geom::PathVector const &path_in) function in class:Inkscape::LivePathEffect::LPEFilletChamfer |
H A D | lpe-powerstroke.cpp | 304 LPEPowerStroke::adjustForNewPath(Geom::PathVector const & path_in) function in class:Inkscape::LivePathEffect::LPEPowerStroke |
/inkscape/src/ui/tool/ | ||
H A D | path-manipulator.cpp | 1377 lpe_pwr->adjustForNewPath(pathv); 1384 lpe_fll->adjustForNewPath(pathv); |
Completed in 25 milliseconds