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);
335 REPORTER_ASSERT(reporter, nearly_equal(a, b));
365 REPORTER_ASSERT(reporter, nearly_equal(a, b));
368 REPORTER_ASSERT(reporter, nearly_equal(a, b));
371 REPORTER_ASSERT(reporter, nearly_equal(a, b));
374 REPORTER_ASSERT(reporter, nearly_equal(a, b));
MatrixTest.cpp 26 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { function
82 return nearly_equal(m, identity);

Completed in 2770 milliseconds