Searched refs:rotation2 (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/tests/ |
D | MatrixTest.cpp | 457 const SkPoint& rotation2) { in check_matrix_recomposition() argument 462 SkScalar c2 = rotation2.fX; in check_matrix_recomposition() 463 SkScalar s2 = rotation2.fY; in check_matrix_recomposition() 479 SkPoint rotation1, scale, rotation2; in test_matrix_decomposition() local 488 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 489 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition() 495 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 496 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition() 500 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 501 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition() [all …]
|
/third_party/skia/tests/ |
D | MatrixTest.cpp | 466 const SkPoint& rotation2) { in check_matrix_recomposition() argument 471 SkScalar c2 = rotation2.fX; in check_matrix_recomposition() 472 SkScalar s2 = rotation2.fY; in check_matrix_recomposition() 488 SkPoint rotation1, scale, rotation2; in test_matrix_decomposition() local 497 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 498 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition() 504 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 505 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition() 509 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition() 510 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition() [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkMatrixUtils.h | 36 SkPoint* rotation2);
|
D | SkMatrix.cpp | 1670 SkPoint* rotation2) { in SkDecomposeUpper2x2() argument 1754 if (rotation2) { in SkDecomposeUpper2x2() 1755 rotation2->fX = cos2; in SkDecomposeUpper2x2() 1756 rotation2->fY = sin2; in SkDecomposeUpper2x2()
|
/third_party/skia/src/core/ |
D | SkMatrixUtils.h | 38 SkPoint* rotation2);
|
D | SkMatrix.cpp | 1704 SkPoint* rotation2) { in SkDecomposeUpper2x2() argument 1788 if (rotation2) { in SkDecomposeUpper2x2() 1789 rotation2->fX = cos2; in SkDecomposeUpper2x2() 1790 rotation2->fY = sin2; in SkDecomposeUpper2x2()
|
/third_party/flutter/skia/bench/ |
D | MatrixBench.cpp | 160 SkPoint rotation1, scale, rotation2; in performTest() local 162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2); in performTest()
|
/third_party/skia/bench/ |
D | MatrixBench.cpp | 160 SkPoint rotation1, scale, rotation2; in performTest() local 162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2); in performTest()
|