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

/inkscape/src/
H A Dcolor.cpp109 bool SPColor::isClose( SPColor const& other, float epsilon ) const function in class:SPColor
H A Ddesktop-style.cpp478 bool isClose = false; local
481 isClose = true;
482 for ( size_t i = 0; (i < lhs.size()) && isClose; ++i ) {
483 isClose = fabs(lhs[i] - rhs[i]) < epsilon;
486 return isClose;

Completed in 30 milliseconds