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

/inkscape/src/live_effects/
H A Dlpe-taperstroke.cpp39 inline bool withinRange(T value, T low, T high) { function
246 if (attach_start < 0.0000001 || withinRange(double(attach_start), 0.00000001, 0.000001)) {
250 if (attach_end < 0.0000001 || withinRange(double(attach_end), 0.00000001, 0.000001)) {

Completed in 16 milliseconds