Searched refs:SNAPTARGET_CONSTRAINT (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ |
H A D | snap-enums.h | 98 SNAPTARGET_CONSTRAINT, enumerator in enum:Inkscape::SnapTargetType
|
H A D | snapped-point.cpp | 196 if (other_one.getTarget() == SNAPTARGET_CONSTRAINT) { 199 if (getTarget() == SNAPTARGET_CONSTRAINT) {
|
H A D | snap-preferences.cpp | 137 case SNAPTARGET_CONSTRAINT:
|
H A D | snap.cpp | 229 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 D | snap-indicator.cpp | 59 if (p.getTarget() == SNAPTARGET_CONSTRAINT) { 172 case SNAPTARGET_CONSTRAINT:
|
Completed in 89 milliseconds