Searched refs:getSecondSnapDistance (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsnapped-line.cpp206 bool const c3 = (sp.getSnapDistance() == result.getSnapDistance()) && (sp.getSecondSnapDistance() < result.getSecondSnapDistance());
251 bool const c3 = (sp.getSnapDistance() == result.getSnapDistance()) && (sp.getSecondSnapDistance() < result.getSecondSnapDistance());
279 bool const c3 = (sp.getSnapDistance() == result.getSnapDistance()) && (sp.getSecondSnapDistance() < result.getSecondSnapDistance());
H A Dsnapped-curve.cpp204 bool const c3 = (sp.getSnapDistance() == result.getSnapDistance()) && (sp.getSecondSnapDistance() < result.getSecondSnapDistance());
237 bool const c3 = (sp.getSnapDistance() == result.getSnapDistance()) && (sp.getSecondSnapDistance() < result.getSecondSnapDistance());
H A Dsnapped-point.cpp222 bool c5b = (other_one.getSecondSnapDistance() < getSecondSnapDistance()) && (getSecondSnapDistance() < Geom::infinity());
H A Dsnapped-point.h40 Geom::Coord getSecondSnapDistance() const {return _second_distance;} function in class:Inkscape::SnappedPoint

Completed in 146 milliseconds