Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsPoint.h197 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