Home | History | Annotate | Download | only in tests

Lines Matching refs:nearly_equal

56 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) {
70 return nearly_equal(m, identity);
383 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
396 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
407 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
420 REPORTER_ASSERT(reporter, nearly_equal(expected, inverse));
436 REPORTER_ASSERT(reporter, nearly_equal(a, b));
468 REPORTER_ASSERT(reporter, nearly_equal(a, b));
471 REPORTER_ASSERT(reporter, nearly_equal(a, b));
474 REPORTER_ASSERT(reporter, nearly_equal(a, b));
477 REPORTER_ASSERT(reporter, nearly_equal(a, b));
503 REPORTER_ASSERT(reporter, nearly_equal(a44flattened, expected44flattened));