Searched refs:constrained (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ |
H A D | box3d.h | 73 void box3d_set_corner (SPBox3D *box, unsigned int id, Geom::Point const &new_pos, Box3D::Axis movement, bool constrained); 74 void box3d_set_center (SPBox3D *box, Geom::Point const &new_pos, Geom::Point const &old_pos, Box3D::Axis movement, bool constrained);
|
H A D | snap.h | 51 * many different methods for snapping queries (free snapping vs. constrained snapping, 379 * @param constrained True if the snap is constrained, e.g. for stretching or for purely horizontal translation. 385 Inkscape::SnappedPoint findBestSnap(Inkscape::SnapCandidatePoint const &p, IntermSnapResults const &isr, bool constrained, bool allowOffScreen = false, bool to_paths_only = false) const; 404 * a free snap or constrained snap is more appropriate, do the snapping, calculate 407 * If no snap has occurred and we're asked for a constrained snap then the constraint
|
H A D | box3d.cpp | 450 box3d_set_corner (SPBox3D *box, const guint id, Geom::Point const &new_pos, const Box3D::Axis movement, bool constrained) { argument 461 if (constrained) { 503 void box3d_set_center (SPBox3D *box, Geom::Point const &new_pos, Geom::Point const &old_pos, const Box3D::Axis movement, bool constrained) { argument 516 if (constrained) {
|
H A D | snap.cpp | 240 // Snapping the mouse pointer instead of the constrained position of the knot allows 334 // Snapping the mouse pointer instead of the constrained position of the knot allows 372 // We have two angles now. The constrained snapper will try each of them and return the closest 487 bool constrained, 549 // Therefore we will try get fully constrained by finding an intersection with another grid/guide/path 551 // When doing a constrained snap however, we're already at an intersection of the constrained line and 552 // the grid/guide/path we're snapping to. This snappoint is therefore fully constrained, so there's 554 if (!constrained) { 485 findBestSnap(Inkscape::SnapCandidatePoint const &p, IntermSnapResults const &isr, bool constrained, bool allowOffScreen, bool to_path_only) const argument
|
/inkscape/src/libcola/ |
H A D | gradient_projection.h | 212 constrained(false) 240 constrained=true; 278 bool constrained; member in class:GradientProjection
|
Completed in 59 milliseconds