Searched refs:other_one (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsnapped-point.cpp147 bool Inkscape::SnappedPoint::isOtherSnapBetter(Inkscape::SnappedPoint const &other_one, bool weighted) const argument
150 if (getSnapped() && !other_one.getSnapped()) {
154 if (!getSnapped() && other_one.getSnapped()) {
158 double dist_other = other_one.getSnapDistance();
165 Geom::Coord const dist_pointer_other = other_one.getPointerDistance();
186 double const norm_t_other = std::min(50.0, other_one.getTolerance());
196 if (other_one.getTarget() == SNAPTARGET_CONSTRAINT) {
206 bool c2 = other_one.getAlwaysSnap() && !getAlwaysSnap();
208 bool c2n = !other_one.getAlwaysSnap() && getAlwaysSnap();
210 bool c3 = (other_one
[all...]
H A Dsnapped-point.h77 bool isOtherSnapBetter(SnappedPoint const &other_one, bool weighted) const;

Completed in 10 milliseconds