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

/inkscape/src/2geom/numeric/
H A Dfitting-tool.h327 void append(parameter_type const& sample_parameter) function in class:Geom::NL::detail::lsf_with_fixed_terms
374 void append(parameter_type const& sample_parameter)
/inkscape/src/2geom/
H A Dpath-sink.h173 void append(Path const &other) function in class:Geom::PathIteratorSink
178 _path.append(other);
H A Dpath-intersection.cpp65 void append(T &a, T const &b) { function in namespace:Geom
391 append(rs, deriv->roots(0, Y));
426 append(ret, spl);
556 append(spl, curve_mono_splits(a));
603 append(spl, curve_mono_splits(p[i]));
631 append(ret, res);
654 append(ret, res);
667 append(ret, res);
683 append(ret, res);
H A Dpath.h687 void append(Curve *curve) { function in class:Geom::Path
693 void append(Curve const &curve) { function in class:Geom::Path
698 void append(D2<SBasis> const &curve) { function in class:Geom::Path
703 void append(Path const &other) { function in class:Geom::Path
/inkscape/src/svg/
H A Dpath-string.cpp90 void Inkscape::SVG::PathString::State::append(Geom::Coord v) { function in class:Inkscape::SVG::PathString::State
95 void Inkscape::SVG::PathString::State::append(Geom::Point p) { function in class:Inkscape::SVG::PathString::State
102 void Inkscape::SVG::PathString::State::append(Geom::Coord v, Geom::Coord& rv) { function in class:Inkscape::SVG::PathString::State
107 void Inkscape::SVG::PathString::State::append(Geom::Point p, Geom::Point &rp) { function in class:Inkscape::SVG::PathString::State
152 str.append(reserve, (char)0);
H A Dpath-string.h156 _abs_state.append(flag);
157 _rel_state.append(flag);
161 _abs_state.append(v);
162 _rel_state.append(v);
166 _abs_state.append(p);
167 _rel_state.append(p);
172 _abs_state.append(x, rx);
179 _abs_state.append(y, ry);
186 _abs_state.append(p, rp);
200 void append(boo function in struct:Inkscape::SVG::PathString::State
[all...]
/inkscape/src/display/
H A Dcurve.cpp483 SPCurve::append(SPCurve const *curve2, function in class:SPCurve
494 lastpath.append( (*it) );
544 lastpath.append( newfirstpath );
551 append(c1, true);
/inkscape/src/livarot/
H A DPathCutting.cpp419 /** append is false by default: it means that the path should be resetted. If it is true, the path is not resetted and Geom::Path will be appended as a new path
421 void Path::LoadPath(Geom::Path const &path, Geom::Affine const &tr, bool doTransformation, bool append) argument
423 if (!append) {

Completed in 310 milliseconds