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

  /external/eigen/unsupported/test/
matrix_function.cpp 162 void testMatrix(const MatrixType& A)
179 testMatrix(MatrixType::Random(size, size).eval());
180 testMatrix(randomMatrixWithRealEivals<MatrixType>(size));
181 testMatrix(randomMatrixWithImagEivals<MatrixType>::run(size));
  /external/skia/tests/
Matrix44Test.cpp 94 SkMatrix44* testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kUninitialized_Constructor);
95 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix);
96 REPORTER_ASSERT(reporter, !testMatrix->isIdentity());
99 REPORTER_ASSERT(reporter, nearly_equal_double(row * col, testMatrix->getDouble(row, col)));
104 testMatrix = 0;
105 testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kIdentity_Constructor);
106 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix);
107 REPORTER_ASSERT(reporter, testMatrix->isIdentity());
108 REPORTER_ASSERT(reporter, *testMatrix == SkMatrix44::I());
SurfaceTest.cpp 61 SkMatrix testMatrix;
62 testMatrix.reset();
63 testMatrix.setScale(SkIntToScalar(2), SkIntToScalar(3));
126 EXPECT_COPY_ON_WRITE(drawBitmapMatrix(testBitmap, testMatrix, NULL))
CanvasTest.cpp 196 static SkMatrix testMatrix() {
202 const SkMatrix kTestMatrix = testMatrix();
    [all...]

Completed in 252 milliseconds