Searched defs:within_tolerance (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tools/
H A Dtool-base.h157 bool within_tolerance; ///< are we still within tolerance of origin member in class:Inkscape::UI::Tools::ToolBase
/inkscape/src/
H A Dknot.cpp50 static bool within_tolerance = false; variable
180 within_tolerance = true;
277 if ( within_tolerance
286 within_tolerance = false;
H A Dbox3d.cpp409 bool within_tolerance = true; local
412 within_tolerance = false;
430 if (within_tolerance) {

Completed in 55 milliseconds