Searched refs:nearly_equal (Results 1 - 3 of 3) sorted by relevance

/external/skia/tests/
H A DGeometryTest.cpp11 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { function
55 REPORTER_ASSERT(reporter, nearly_equal(cubic[i], dst[i]));
H A DMatrix44Test.cpp49 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { function
64 return nearly_equal(m, identity);
H A DMatrixTest.cpp25 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { function
38 return nearly_equal(m, identity);

Completed in 51 milliseconds