HomeSort by relevance Sort by last modified time
    Searched defs:roughly_equal (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
DataTypes.h 201 inline bool roughly_equal(double x, double y) { function
334 return roughly_equal(a.y, y) && roughly_equal(a.x, x);
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsTypes.h 305 inline bool roughly_equal(double x, double y) { function
  /external/skia/experimental/Intersection/
DataTypes.h 201 inline bool roughly_equal(double x, double y) { function
334 return roughly_equal(a.y, y) && roughly_equal(a.x, x);
  /external/skia/src/pathops/
SkPathOpsTypes.h 305 inline bool roughly_equal(double x, double y) { function

Completed in 181 milliseconds