Home
last modified time | relevance | path

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

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