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

/inkscape/src/
H A Dsnapped-point.cpp27 _tolerance(std::max(t,1.0)),// tolerance should never be smaller than 1 px, as it is used for normalization in isOtherSnapBetter. We don't want a division by zero.
47 _tolerance(std::max(t,1.0)),
67 _tolerance(std::max(t,1.0)),
89 _tolerance (1),
109 _tolerance (1),
H A Dsnapped-point.h38 Geom::Coord getTolerance() const {return _tolerance;}
87 std::cout << "_tolerance = " << _tolerance << std::endl;
112 Geom::Coord _tolerance; member in class:Inkscape::SnappedPoint
H A Dsnapped-line.cpp22 _tolerance = std::max(snapped_tolerance, 1.0);
39 _tolerance = 1;
71 bool const c1 = this->getAlwaysSnap() && !line.getAlwaysSnap(); //do not use _tolerance directly!
100 _tolerance = std::max(snapped_tolerance, 1.0);
117 _tolerance = 1;
H A Dsnapped-curve.cpp20 _tolerance = std::max(snapped_tolerance, 1.0);
41 _tolerance = 1;
/inkscape/src/2geom/
H A Delliptical-arc-from-sbasis.cpp79 * _tolerance: how much likelihood is required between the input curve
86 double _tolerance );
195 double _tolerance )
199 tolerance(_tolerance), tol_at_extr(tolerance/2),

Completed in 26 milliseconds