Searched refs:testMatrix (Results 1 – 8 of 8) sorted by relevance
/external/eigen/unsupported/test/ |
D | matrix_function.cpp | 161 void testMatrix(const MatrixType& A) in testMatrix() function 178 testMatrix(MatrixType::Random(size, size).eval()); in testMatrixType() 179 testMatrix(randomMatrixWithRealEivals<MatrixType>(size)); in testMatrixType() 180 testMatrix(randomMatrixWithImagEivals<MatrixType>::run(size)); in testMatrixType()
|
/external/skia/tests/ |
D | Matrix44Test.cpp | 92 …SkMatrix44* testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kUninitialized_Constructor); in test_constructor() local 93 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix); in test_constructor() 94 REPORTER_ASSERT(reporter, !testMatrix->isIdentity()); in test_constructor() 97 … REPORTER_ASSERT(reporter, nearly_equal_double(row * col, testMatrix->getDouble(row, col))); in test_constructor() 102 testMatrix = 0; in test_constructor() 103 testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kIdentity_Constructor); in test_constructor() 104 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix); in test_constructor() 105 REPORTER_ASSERT(reporter, testMatrix->isIdentity()); in test_constructor() 106 REPORTER_ASSERT(reporter, *testMatrix == SkMatrix44::I()); in test_constructor()
|
D | SurfaceTest.cpp | 214 SkMatrix testMatrix; in TestSurfaceCopyOnWrite() local 215 testMatrix.reset(); in TestSurfaceCopyOnWrite() 216 testMatrix.setScale(SkIntToScalar(2), SkIntToScalar(3)); in TestSurfaceCopyOnWrite() 279 EXPECT_COPY_ON_WRITE(drawBitmapMatrix(testBitmap, testMatrix, NULL)) in TestSurfaceCopyOnWrite()
|
D | CanvasTest.cpp | 207 static SkMatrix testMatrix() { in testMatrix() function 213 const SkMatrix kTestMatrix = testMatrix();
|
/external/chromium_org/third_party/skia/tests/ |
D | Matrix44Test.cpp | 92 …SkMatrix44* testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kUninitialized_Constructor); in test_constructor() local 93 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix); in test_constructor() 94 REPORTER_ASSERT(reporter, !testMatrix->isIdentity()); in test_constructor() 97 … REPORTER_ASSERT(reporter, nearly_equal_double(row * col, testMatrix->getDouble(row, col))); in test_constructor() 102 testMatrix = 0; in test_constructor() 103 testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kIdentity_Constructor); in test_constructor() 104 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix); in test_constructor() 105 REPORTER_ASSERT(reporter, testMatrix->isIdentity()); in test_constructor() 106 REPORTER_ASSERT(reporter, *testMatrix == SkMatrix44::I()); in test_constructor()
|
D | SurfaceTest.cpp | 214 SkMatrix testMatrix; in TestSurfaceCopyOnWrite() local 215 testMatrix.reset(); in TestSurfaceCopyOnWrite() 216 testMatrix.setScale(SkIntToScalar(2), SkIntToScalar(3)); in TestSurfaceCopyOnWrite() 279 EXPECT_COPY_ON_WRITE(drawBitmapMatrix(testBitmap, testMatrix, NULL)) in TestSurfaceCopyOnWrite()
|
D | CanvasTest.cpp | 207 static SkMatrix testMatrix() { in testMatrix() function 213 const SkMatrix kTestMatrix = testMatrix();
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_tree_browser_cell_unittest.mm | 35 NSMatrix* testMatrix = [cell matrix]; 36 EXPECT_EQ(testMatrix, matrixMock_.get());
|