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

/inkscape/src/live_effects/
H A Dlpe-fillet-chamfer.h57 void doChangeType(Geom::PathVector const& original_pathv, int type);
H A Dlpe-fillet-chamfer.cpp246 doChangeType(path_from_piecewise(pwd2, tolerance), 1);
253 doChangeType(path_from_piecewise(pwd2, tolerance), 2);
261 doChangeType(path_from_piecewise(pwd2, tolerance), chamfer_steps + 5000);
269 doChangeType(path_from_piecewise(pwd2, tolerance), chamfer_steps + 3000);
277 doChangeType(path_from_piecewise(pwd2, tolerance), chamfer_steps + 4000);
341 void LPEFilletChamfer::doChangeType(Geom::PathVector const &original_pathv, int type) function in class:Inkscape::LivePathEffect::LPEFilletChamfer

Completed in 15 milliseconds