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

/inkscape/src/ui/tools/
H A Dpencil-tool.cpp640 double tol2 = prefs->getDoubleLimited("/tools/freehand/pencil/base-simplify", 25.0, 1.0, 100.0) * 0.4; local
641 tol = std::min(tol,tol2);
713 double tol2 = prefs->getDoubleLimited("/tools/freehand/pencil/base-simplify", 25.0, 1.0, 100.0) * 0.4; local
714 tol = std::min(tol,tol2);

Completed in 25 milliseconds