Home
last modified time | relevance | path

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

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