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

/inkscape/src/2geom/
H A Dsbasis-curve.h88 virtual Curve *duplicate() const { return new SBasisCurve(*this); } function in class:Geom::SBasisCurve
H A Delliptical-arc.h256 virtual Curve* duplicate() const { return new EllipticalArc(*this); } function in class:Geom::EllipticalArc
H A Dbezier-curve.h122 virtual Curve *duplicate() const { function in class:Geom::BezierCurve
256 virtual Curve *duplicate() const { function in class:Geom::BezierCurveN
H A Dline.h119 Line* duplicate() const { function in class:Geom::Line
H A Dpath.h336 virtual Curve *duplicate() const { return new ClosingSegment(*this); } function in class:Geom::Path::ClosingSegment
344 virtual Curve *duplicate() const { return new StitchSegment(*this); } function in class:Geom::Path::StitchSegment
368 _data->curves.push_back(i->duplicate());
651 source.push_back(first->duplicate());
696 do_append(curve.duplicate());
724 source.push_back(first->duplicate());
/inkscape/src/xml/
H A Dsimple-node.h53 Node *duplicate(Document* doc) const { return _duplicate(doc); } function in class:Inkscape::XML::SimpleNode
/inkscape/src/
H A Ddocument.cpp1702 the clipboard that duplicate definitions in the present document OR that duplicate other
1761 // do NOT break here, there could be more than 1 duplicate!
1789 // do NOT break here, there could be more than 1 duplicate!
1800 /* Ignore duplicate defs marked in the first pass */
1804 bool duplicate = false; local
1819 // Check that it really is a duplicate
1825 duplicate = true;
1830 if ( !duplicate ) {
1836 if (!duplicate) {
[all...]

Completed in 29 milliseconds