Searched refs:nearly_equal (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | Matrix44Test.cpp | 56 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { in nearly_equal() function 70 return nearly_equal(m, identity); in is_identity() 383 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert() 396 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert() 407 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert() 420 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert() 436 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_transpose() 468 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major() 471 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major() 474 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major() [all …]
|
D | GeometryTest.cpp | 11 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { in nearly_equal() function 57 REPORTER_ASSERT(reporter, nearly_equal(cubic[i], dst[i])); in DEF_TEST()
|
D | MatrixTest.cpp | 19 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { in nearly_equal() function 71 return nearly_equal(m, identity); in is_identity()
|
/external/chromium_org/third_party/skia/tests/ |
D | Matrix44Test.cpp | 56 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { in nearly_equal() function 70 return nearly_equal(m, identity); in is_identity() 383 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert() 396 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert() 407 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert() 420 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert() 436 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_transpose() 468 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major() 471 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major() 474 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major() [all …]
|
D | GeometryTest.cpp | 11 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { in nearly_equal() function 57 REPORTER_ASSERT(reporter, nearly_equal(cubic[i], dst[i])); in DEF_TEST()
|
D | MatrixTest.cpp | 19 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { in nearly_equal() function 71 return nearly_equal(m, identity); in is_identity()
|