Searched refs:SNAPTARGET_CONSTRAINT (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dsnap-enums.h98 SNAPTARGET_CONSTRAINT, enumerator in enum:Inkscape::SnapTargetType
H A Dsnapped-point.cpp196 if (other_one.getTarget() == SNAPTARGET_CONSTRAINT) {
199 if (getTarget() == SNAPTARGET_CONSTRAINT) {
H A Dsnap-preferences.cpp137 case SNAPTARGET_CONSTRAINT:
H A Dsnap.cpp229 Inkscape::SnappedPoint no_snap = Inkscape::SnappedPoint(pp, p.getSourceType(), p.getSourceNum(), Inkscape::SNAPTARGET_CONSTRAINT, Geom::infinity(), 0, false, true, false);
292 Inkscape::SnappedPoint no_snap = Inkscape::SnappedPoint(p.getPoint(), p.getSourceType(), p.getSourceNum(), Inkscape::SNAPTARGET_CONSTRAINT, Geom::infinity(), 0, false, true, false);
/inkscape/src/display/
H A Dsnap-indicator.cpp59 if (p.getTarget() == SNAPTARGET_CONSTRAINT) {
172 case SNAPTARGET_CONSTRAINT:

Completed in 89 milliseconds