Searched defs:approximately_between (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.h186 inline bool approximately_between(double a, double b, double c) { function
366 return approximately_between(left, pt.x, right)
367 && approximately_between(top, pt.y, bottom);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h289 inline bool approximately_between(double a, double b, double c) { function
/external/skia/experimental/Intersection/
H A DDataTypes.h186 inline bool approximately_between(double a, double b, double c) { function
366 return approximately_between(left, pt.x, right)
367 && approximately_between(top, pt.y, bottom);
/external/skia/src/pathops/
H A DSkPathOpsTypes.h289 inline bool approximately_between(double a, double b, double c) { function

Completed in 376 milliseconds