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

/inkscape/src/live_effects/
H A Dlpe-clone-original.cpp31 Geom::PathVector linked_pathv = linked_path.get_pathvector(); local
32 if ( !linked_pathv.empty() ) {
33 curve->set_pathvector(linked_pathv);
H A Dlpe-fill-between-strokes.cpp42 Geom::PathVector linked_pathv = linked_path.get_pathvector(); local
48 for (Geom::PathVector::iterator iter = linked_pathv.begin(); iter != linked_pathv.end(); ++iter)
78 Geom::PathVector linked_pathv = linked_path.get_pathvector(); local
81 for (Geom::PathVector::iterator iter = linked_pathv.begin(); iter != linked_pathv.end(); ++iter)
H A Dlpe-attach-path.cpp76 Geom::PathVector linked_pathv = start_path.get_pathvector(); local
79 if ( !linked_pathv.empty() )
81 Geom::Path transformedpath = linked_pathv.front() * linkedtransform;
130 Geom::PathVector linked_pathv = end_path.get_pathvector(); local
133 if ( !linked_pathv.empty() )
135 Geom::Path transformedpath = linked_pathv.front() * linkedtransform;

Completed in 397 milliseconds