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

/inkscape/src/live_effects/
H A Dlpe-fill-between-strokes.cpp44 Geom::PathVector result_linked_pathv; local
50 result_linked_pathv.push_back((*iter));
57 if ( !result_linked_pathv.empty() && !result_second_pathv.empty() && !result_linked_pathv.front().closed() ) {
60 result_linked_pathv.front().appendNew<Geom::LineSegment>(result_second_pathv.front().finalPoint());
61 result_linked_pathv.front().append(result_second_pathv.front().reversed());
65 result_linked_pathv.front().appendNew<Geom::LineSegment>(result_second_pathv.front().initialPoint());
66 result_linked_pathv.front().append(result_second_pathv.front());
68 curve->set_pathvector(result_linked_pathv);
70 else if ( !result_linked_pathv
[all...]

Completed in 408 milliseconds