H A D | pure-transform.cpp | 13 #include "snap.h" 19 void PureTransform::snap(::SnapManager *sm, std::vector<Inkscape::SnapCandidatePoint> const &points, Geom::Point const &pointer) { function in class:Inkscape::PureTransform 56 // requirements (this can happen when scaling, see PureScale::snap()), then freeSnap might never see the 66 Inkscape::SnappedPoint snapped_point = snap(sm, *j, (*i).getPoint(), bbox); // Calls the snap() method of the derived classes 77 // We snapped; keep track of the best snap 82 // So we didn't snap for this point 85 // We might still need to apply a constraint though, if we tried a constrained snap. And 86 // in case of a free snap we might have use for the transformed point, so let's return that 137 SnappedPoint PureTranslate::snap( 141 SnappedPoint PureTranslateConstrained::snap(::SnapManager *sm, SnapCandidatePoint const &p, Geom::Point pt_orig, Geom::OptRect const &bbox_to_snap) const { function in class:Inkscape::PureTranslateConstrained 202 SnappedPoint PureScale::snap(::SnapManager *sm, SnapCandidatePoint const &p, Geom::Point pt_orig, Geom::OptRect const &bbox_to_snap) const { function in class:Inkscape::PureScale 215 SnappedPoint PureScaleConstrained::snap(::SnapManager *sm, SnapCandidatePoint const &p, Geom::Point pt_orig, Geom::OptRect const &bbox_to_snap) const { function in class:PureScaleConstrained 240 SnappedPoint PureStretchConstrained::snap(::SnapManager *sm, SnapCandidatePoint const &p, Geom::Point pt_orig, Geom::OptRect const &bbox_to_snap) const { function in class:PureStretchConstrained 292 SnappedPoint PureSkewConstrained::snap(::SnapManager *sm, SnapCandidatePoint const &p, Geom::Point pt_orig, Geom::OptRect const &bbox_to_snap) const { function in class:PureSkewConstrained 323 SnappedPoint PureRotateConstrained::snap(::SnapManager *sm, SnapCandidatePoint const &p, Geom::Point pt_orig, Geom::OptRect const &bbox_to_snap) const { function in class:PureRotateConstrained [all...] |