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

/inkscape/src/
H A Dsnapped-point.cpp210 bool c3 = (other_one.getFullyConstrained() && !other_one.getConstrainedSnap()) && !getFullyConstrained(); // Do not consider constrained snaps here, because these will always be fully constrained anyway
212 bool c3n = !other_one.getFullyConstrained() && (getFullyConstrained() && !getConstrainedSnap());
224 bool c5c = !other_one.getConstrainedSnap() && getConstrainedSnap();
H A Dsnapped-point.h67 bool getConstrainedSnap() const {return _constrained_snap;} function in class:Inkscape::SnappedPoint

Completed in 34 milliseconds