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

/inkscape/src/live_effects/
H A Dlpe-gears.cpp239 Geom::Path gearpath = path_in[0]; local
241 Geom::Path::iterator it(gearpath.begin());
242 if ( it == gearpath.end() ) return path_out;
250 if ( it == gearpath.end() ) return path_out;
255 for (++it; it != gearpath.end() ; ++it) {

Completed in 13 milliseconds