Home
last modified time | relevance | path

Searched refs:approximately_between (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsRect.h32 return approximately_between(fLeft, pt.fX, fRight) in contains()
33 && approximately_between(fTop, pt.fY, fBottom); in contains()
DSkPathOpsWinding.cpp88 return approximately_between((&rect.fLeft)[i], (&pt.fX)[i], (&rect.fRight)[i]); in sideways_overlap()
DSkPathOpsTypes.h519 inline bool approximately_between(double a, double b, double c) { in approximately_between() function