Searched refs:randTriples (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | MatrixTest.cpp | 667 SkPoint3 randTriples[kTripleCount]; in test_matrix_homogeneous() local 669 randTriples[i].fX = rand.nextRangeF(-3000.f, 3000.f); in test_matrix_homogeneous() 670 randTriples[i].fY = rand.nextRangeF(-3000.f, 3000.f); in test_matrix_homogeneous() 671 randTriples[i].fZ = rand.nextRangeF(-3000.f, 3000.f); in test_matrix_homogeneous() 685 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous() 686 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(randTriples, dst, kTripleCount)); in test_matrix_homogeneous() 694 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous() 718 SkPoint3 src = {randTriples[0].fX, randTriples[0].fY, 1.f}; in test_matrix_homogeneous() 732 SkPoint3 src = {randTriples[ in test_matrix_homogeneous() [all...] |
Completed in 2 milliseconds