Searched refs:point3_array_nearly_equal_relative (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | MatrixTest.cpp | 621 static bool point3_array_nearly_equal_relative(const SkPoint3 a[], const SkPoint3 b[], int count) { in point3_array_nearly_equal_relative() function 647 return point3_array_nearly_equal_relative(&res, &dst, 1); in naive_homogeneous_mapping() 686 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(randTriples, dst, kTripleCount)); in test_matrix_homogeneous() 696 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(&dst[i], &zeros, 1)); in test_matrix_homogeneous() 705 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(&dst, &zeros, 1)); in test_matrix_homogeneous()
|
Completed in 2 milliseconds