Lines Matching refs:isr

274 void Inkscape::ObjectSnapper::_snapNodes(IntermSnapResults &isr,
316 isr.points.push_back(s);
320 void Inkscape::ObjectSnapper::_snapTranslatingGuide(IntermSnapResults &isr,
329 _snapPaths(isr, SnapCandidatePoint(p, SNAPSOURCE_GUIDE), NULL, NULL);
344 isr.points.push_back(s);
467 void Inkscape::ObjectSnapper::_snapPaths(IntermSnapResults &isr,
566 isr.curves.push_back(SnappedCurve(sp_dt, sp_tangent_dt, num_path, index, dist, getSnapperTolerance(), getSnapperAlwaysSnap(), false, curve, p.getSourceType(), p.getSourceNum(), it_p->target_type, it_p->target_bbox));
569 _snapPathsTangPerp(snap_tang, snap_perp, isr, p, curve, dt);
600 void Inkscape::ObjectSnapper::_snapPathsConstrained(IntermSnapResults &isr,
658 isr.points.push_back(s);
666 void Inkscape::ObjectSnapper::freeSnap(IntermSnapResults &isr,
682 _snapNodes(isr, p, unselected_nodes);
700 _snapPaths(isr, p, unselected_nodes, path);
702 _snapPaths(isr, p, NULL, NULL);
707 void Inkscape::ObjectSnapper::constrainedSnap( IntermSnapResults &isr,
731 _snapNodes(isr, p, unselected_nodes, c, pp);
734 _snapPathsConstrained(isr, p, c, pp);
816 void Inkscape::ObjectSnapper::_snapPathsTangPerp(bool snap_tang, bool snap_perp, IntermSnapResults &isr, SnapCandidatePoint const &p, Geom::Curve const *curve, SPDesktop const *dt) const
850 isr.points.push_back(SnappedPoint(point_dt, p.getSourceType(), p.getSourceNum(), SNAPTARGET_PATH_TANGENTIAL, dist, getSnapperTolerance(), getSnapperAlwaysSnap(), false, true));
863 isr.points.push_back(SnappedPoint(point_dt, p.getSourceType(), p.getSourceNum(), SNAPTARGET_PATH_PERPENDICULAR, dist, getSnapperTolerance(), getSnapperAlwaysSnap(), false, true));