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

/inkscape/src/live_effects/
H A Dlpe-fill-between-many.cpp42 if ((*iter)->ref.isAttached() && (obj = (*iter)->ref.getObject()) && SP_IS_ITEM(obj) && !(*iter)->_pathvector.empty()) {
45 linked_path = (*iter)->_pathvector.front().reversed();
47 linked_path = (*iter)->_pathvector.front();
H A Dlpe-vonkoch.cpp34 Geom::PathVector old = _pathvector;
36 if (res && _pathvector.size()==1 && _pathvector.front().size()==1){
39 _pathvector = old;
/inkscape/src/live_effects/parameter/
H A Dpath.cpp60 _pathvector(),
83 return _pathvector;
109 _pathvector.clear();
129 _pathvector = sp_svg_read_pathv(defvalue);
132 _pathvector = sp_svg_read_pathv(strvalue);
148 gchar * svgd = sp_svg_write_path( _pathvector );
242 hp_vec.push_back(_pathvector);
253 set_new_value( _pathvector * postmul, true );
264 _pathvector = Geom::path_from_piecewise(newpath, LPE_CONVERSION_TOLERANCE);
267 gchar * svgd = sp_svg_write_path( _pathvector );
[all...]
H A Doriginalpath.cpp100 _pathvector = Geom::PathVector();
102 _pathvector = curve->get_pathvector();
H A Doriginalpatharray.h36 _pathvector(Geom::PathVector()),
43 Geom::PathVector _pathvector; member in class:Inkscape::LivePathEffect::PathAndDirection
H A Dpath.h62 Geom::PathVector _pathvector; // this is primary data storage, since it is closest to SVG. member in class:Inkscape::LivePathEffect::PathParam
65 bool must_recalculate_pwd2; // set when _pathvector was updated, but _pwd2 not
H A Doriginalpatharray.cpp323 to->_pathvector = Geom::PathVector();
376 to->_pathvector = Geom::PathVector();
397 to->_pathvector = Geom::PathVector();
399 to->_pathvector = curve->get_pathvector();

Completed in 33 milliseconds