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

/inkscape/src/live_effects/
H A Dlpe-knot.cpp524 Geom::PathVector subpaths = c->get_pathvector(); local
525 for (unsigned i=0; i<subpaths.size(); i++){
526 paths.push_back(subpaths[i]);
/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp413 Geom::PathVector subpaths = path_from_piecewise(last_pwd2, 0.1); local
414 std::pair<std::size_t, std::size_t> positions = get_positions(index, subpaths);
415 D2<SBasis> A = last_pwd2[last_index(index, subpaths)];
419 if(!subpaths[positions.first].closed()){
446 Geom::PathVector subpaths = path_from_piecewise(last_pwd2, 0.1); local
447 std::pair<std::size_t, std::size_t> positions = get_positions(index, subpaths);
450 u.push(last_pwd2[last_index(index, subpaths)], 1);
452 Geom::Curve * B = subpaths[positions.first][positions.second].duplicate();
455 A = subpaths[positions.first][positions.second-1].duplicate();
456 times = get_times(index-1, subpaths, fals
485 get_times(int index, Geom::PathVector subpaths, bool last) argument
540 get_positions(int index, Geom::PathVector subpaths) argument
582 last_index(int index, Geom::PathVector subpaths) argument
802 Geom::PathVector subpaths = path_from_piecewise(_pparam->last_pwd2, 0.1); local
[all...]

Completed in 13 milliseconds