Searched refs:approximately_between (Results 1 - 6 of 6) sorted by relevance

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

Completed in 472 milliseconds