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

/inkscape/src/live_effects/
H A Dlpe-copy_rotate.cpp163 LPECopyRotate::split(Geom::PathVector &path_on, Geom::Path const &divider) argument
167 Geom::Path original = path_on[0];
218 path_on = tmp_path;
222 LPECopyRotate::setFusion(Geom::PathVector &path_on, Geom::Path divider, double size_divider) argument
224 split(path_on,divider);
227 for (Geom::PathVector::const_iterator path_it = path_on.begin(); path_it != path_on.end(); ++path_it) {
339 path_on = tmp_path;

Completed in 10 milliseconds