HomeSort by relevance Sort by last modified time
    Searched refs:nearly_equal (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
GeometryTest.cpp 11 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { function
58 REPORTER_ASSERT(reporter, nearly_equal(cubic[i], dst[i]));
Matrix44Test.cpp 57 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { function
72 return nearly_equal(m, identity);
322 REPORTER_ASSERT(reporter, nearly_equal(a, b));
352 REPORTER_ASSERT(reporter, nearly_equal(a, b));
355 REPORTER_ASSERT(reporter, nearly_equal(a, b));
358 REPORTER_ASSERT(reporter, nearly_equal(a, b));
361 REPORTER_ASSERT(reporter, nearly_equal(a, b));
MatrixTest.cpp 25 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { function
81 return nearly_equal(m, identity);

Completed in 52 milliseconds