Lines Matching defs:constraints
403 // We should get all possible constraints and snap along them using
1214 // constrainedSnap() methods to enforce the constraints, so we need
1287 std::vector<Inkscape::Snapper::SnapConstraint> constraints;
1299 constraints.push_back(Inkscape::Snapper::SnapConstraint(origin, *front_point));
1303 constraints.push_back(Inkscape::Snapper::SnapConstraint(origin, *back_point));
1312 constraints.push_back(Inkscape::Snapper::SnapConstraint(origin, *fperp_point));
1318 constraints.push_back(Inkscape::Snapper::SnapConstraint(origin, *bperp_point));
1321 sp = sm.multipleConstrainedSnaps(Inkscape::SnapCandidatePoint(new_pos, _snapSourceType()), constraints, held_shift(*event));
1324 constraints.push_back(Inkscape::Snapper::SnapConstraint(origin, Geom::Point(1, 0)));
1325 constraints.push_back(Inkscape::Snapper::SnapConstraint(origin, Geom::Point(0, 1)));
1326 sp = sm.multipleConstrainedSnaps(Inkscape::SnapCandidatePoint(new_pos, _snapSourceType()), constraints, held_shift(*event));