HomeSort by relevance Sort by last modified time
    Searched refs:nearly_equal (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/tests/
GeometryTest.cpp 11 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { function
57 REPORTER_ASSERT(reporter, nearly_equal(cubic[i], dst[i]));
Matrix44Test.cpp 56 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { function
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))
    [all...]
MatrixTest.cpp 19 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { function
71 return nearly_equal(m, identity);
    [all...]
  /external/skia/tests/
GeometryTest.cpp 11 static bool nearly_equal(const SkPoint& a, const SkPoint& b) { function
57 REPORTER_ASSERT(reporter, nearly_equal(cubic[i], dst[i]));
Matrix44Test.cpp 56 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) { function
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))
    [all...]
MatrixTest.cpp 19 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { function
71 return nearly_equal(m, identity);

Completed in 623 milliseconds