Searched refs:rotation2 (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | MatrixTest.cpp | 466 const SkPoint& rotation2) { in check_matrix_recomposition() 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() 463 check_matrix_recomposition(const SkMatrix& mat, const SkPoint& rotation1, const SkPoint& scale, const SkPoint& rotation2) check_matrix_recomposition() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkMatrixUtils.h | 38 SkPoint* rotation2);
|
H A D | SkMatrix.cpp | 1716 SkPoint* rotation2) { in SkDecomposeUpper2x2() 1800 if (rotation2) { in SkDecomposeUpper2x2() 1801 rotation2->fX = cos2; in SkDecomposeUpper2x2() 1802 rotation2->fY = sin2; in SkDecomposeUpper2x2() 1713 SkDecomposeUpper2x2(const SkMatrix& matrix, SkPoint* rotation1, SkPoint* scale, SkPoint* rotation2) SkDecomposeUpper2x2() argument
|
/third_party/skia/bench/ |
H A D | MatrixBench.cpp | 160 SkPoint rotation1, scale, rotation2; variable 162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);
|
Completed in 6 milliseconds