Home
last modified time | relevance | path

Searched defs:ApproximatelyEqual (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/pathops/
DSkPathOpsPoint.h189 static bool ApproximatelyEqual(const SkPoint& a, const SkPoint& b) { in ApproximatelyEqual() function
/external/skia/src/pathops/
DSkPathOpsPoint.h195 static bool ApproximatelyEqual(const SkPoint& a, const SkPoint& b) { in ApproximatelyEqual() function
/external/libchrome/ui/gfx/geometry/
Drect.cc300 bool Rect::ApproximatelyEqual(const Rect& rect, int tolerance) const { in ApproximatelyEqual() function in gfx::Rect