Searched refs:SkDecomposeUpper2x2 (Results 1 – 9 of 9) sorted by relevance
/external/skia/tests/ |
D | MatrixTest.cpp | 498 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 501 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, nullptr, nullptr, nullptr)); in test_matrix_decomposition() 505 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 510 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 515 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 520 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 525 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 530 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 535 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 540 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() [all …]
|
/external/skqp/tests/ |
D | MatrixTest.cpp | 517 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 520 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, nullptr, nullptr, nullptr)); in test_matrix_decomposition() 524 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 529 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 534 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 540 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 546 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 552 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 558 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 564 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() [all …]
|
/external/skqp/src/core/ |
D | SkMatrixUtils.h | 33 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
|
D | SkMatrix.cpp | 1695 bool SkDecomposeUpper2x2(const SkMatrix& matrix, in SkDecomposeUpper2x2() function
|
/external/skia/src/core/ |
D | SkMatrixUtils.h | 35 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
|
D | SkMatrix.cpp | 1701 bool SkDecomposeUpper2x2(const SkMatrix& matrix, in SkDecomposeUpper2x2() function
|
/external/skia/bench/ |
D | MatrixBench.cpp | 162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2); in performTest()
|
/external/skqp/bench/ |
D | MatrixBench.cpp | 162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2); in performTest()
|
/external/skqp/src/shaders/ |
D | SkPictureShader.cpp | 179 if (!SkDecomposeUpper2x2(m, nullptr, &scale, nullptr)) { in refBitmapShader()
|