Searched defs:approximately_zero (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h59 inline bool approximately_zero(double x) { function
71 inline bool approximately_zero(float x) { function
111 return approximately_zero(x - y);
/external/skia/src/pathops/
H A DSkPathOpsTypes.h59 inline bool approximately_zero(double x) { function
71 inline bool approximately_zero(float x) { function
111 return approximately_zero(x - y);

Completed in 87 milliseconds