Searched refs:SkDecomposeUpper2x2 (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | MatrixTest.cpp | 497 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 500 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, NULL, NULL, NULL)); in test_matrix_decomposition() 504 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 509 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 514 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() 526 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 532 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 538 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 544 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() [all …]
|
/external/skia/src/core/ |
D | SkMatrixUtils.h | 49 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
|
D | SkPictureShader.cpp | 159 if (!SkDecomposeUpper2x2(m, NULL, &scale, NULL)) { in refBitmapShader()
|
D | SkMatrix.cpp | 1709 bool SkDecomposeUpper2x2(const SkMatrix& matrix, in SkDecomposeUpper2x2() function
|
/external/skia/bench/ |
D | MatrixBench.cpp | 163 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2); in performTest()
|