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
55 REPORTER_ASSERT(reporter, nearly_equal(cubic[i], dst[i]));
Matrix44Test.cpp 49 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { function
64 return nearly_equal(m, identity);
MatrixTest.cpp 25 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { function
38 return nearly_equal(m, identity);

Completed in 106 milliseconds