Home
last modified time | relevance | path

Searched refs:moveStartpoint (Results 1 – 11 of 11) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_atomicentity.cpp154 void RS_AtomicEntity::moveStartpoint(const RS_Vector& /*pos*/) {} in moveStartpoint() function in RS_AtomicEntity
167 moveStartpoint(pos); in trimStartpoint()
H A Drs_atomicentity.h141 virtual void moveStartpoint(const RS_Vector& /*pos*/);
H A Drs_point.h68 void moveStartpoint(const RS_Vector& pos) override;
H A Drs_line.cpp360 void RS_Line::moveStartpoint(const RS_Vector& pos) { in moveStartpoint() function in RS_Line
590 moveStartpoint(getStartpoint() + offset); in stretch()
602 moveStartpoint(data.startpoint+offset); in moveRef()
H A Drs_point.cpp162 void RS_Point::moveStartpoint(const RS_Vector& pos) { in moveStartpoint() function in RS_Point
H A Drs_ellipse.h87 void moveStartpoint(const RS_Vector& pos) override;
H A Drs_line.h121 void moveStartpoint(const RS_Vector& pos) override;
H A Drs_arc.h166 void moveStartpoint(const RS_Vector& pos) override;
H A Drs_arc.cpp566 void RS_Arc::moveStartpoint(const RS_Vector& pos) { in moveStartpoint() function in RS_Arc
857 moveStartpoint(vp + offset); in moveRef()
883 moveStartpoint(getStartpoint() + offset); in stretch()
H A Drs_ellipse.cpp1186 void RS_Ellipse::moveStartpoint(const RS_Vector& pos) { in moveStartpoint() function in RS_Ellipse
1468 moveStartpoint(startpoint+offset); in moveRef()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/scripting/
H A Drs_python_wrappers.cpp451 .def("moveStartpoint", &RS_AtomicEntity::moveStartpoint) in BOOST_PYTHON_MODULE()