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