Home
last modified time | relevance | path

Searched refs:kTripleCount (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DMatrixTest.cpp659 const int kTripleCount = 100; in test_matrix_homogeneous() local
662 const int kTripleCount = 1000; in test_matrix_homogeneous() local
667 SkPoint3 randTriples[kTripleCount]; in test_matrix_homogeneous()
668 for (int i = 0; i < kTripleCount; ++i) { in test_matrix_homogeneous()
684 SkPoint3 dst[kTripleCount]; 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()
693 SkPoint3 dst[kTripleCount]; in test_matrix_homogeneous()
694 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous()
695 for (int i = 0; i < kTripleCount; in test_matrix_homogeneous()
[all...]

Completed in 3 milliseconds