Home
last modified time | relevance | path

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

/external/skia/tests/
DMatrix44Test.cpp56 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { in nearly_equal() function
70 return nearly_equal(m, identity); in is_identity()
391 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert()
404 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert()
415 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert()
428 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse)); in test_invert()
444 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_transpose()
476 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major()
479 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major()
482 REPORTER_ASSERT(reporter, nearly_equal(a, b)); in test_set_row_col_major()
[all …]
DGeometryTest.cpp12 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { in nearly_equal() function
126 REPORTER_ASSERT(reporter, nearly_equal(cubic[i], dst[i])); in DEF_TEST()
DMatrixTest.cpp19 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { in nearly_equal() function
71 return nearly_equal(m, identity); in is_identity()
785 return nearly_equal(matrix, remaining); in check_decompScale()
DPathTest.cpp3249 static bool nearly_equal(const SkRect& a, const SkRect& b) { in nearly_equal() function
3285 REPORTER_ASSERT(reporter, nearly_equal(p.getBounds(), oval)); in test_arcTo()
3291 REPORTER_ASSERT(reporter, nearly_equal(p.getBounds(), oval)); in test_arcTo()