Searched refs:approximately_between (Results 1 – 3 of 3) sorted by relevance
23 return approximately_between(fLeft, pt.fX, fRight) in contains()24 && approximately_between(fTop, pt.fY, fBottom); in contains()
526 inline bool approximately_between(double a, double b, double c) { in approximately_between() function
70 return approximately_between((&rect.fLeft)[i], (&pt.fX)[i], (&rect.fRight)[i]); in sideways_overlap()