Home
last modified time | relevance | path

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

/external/skia/tests/
DGeometryTest.cpp11 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { in nearly_equal() function
58 REPORTER_ASSERT(reporter, nearly_equal(cubic[i], dst[i])); in TestGeometry()
DMatrix44Test.cpp57 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { in nearly_equal() function
72 return nearly_equal(m, identity); in is_identity()
322 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_transpose()
352 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major()
355 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major()
358 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major()
361 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major()
DMatrixTest.cpp25 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { in nearly_equal() function
81 return nearly_equal(m, identity); in is_identity()