Home
last modified time | relevance | path

Searched refs:rotation1 (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DMatrixTest.cpp464 const SkPoint& rotation1, in check_matrix_recomposition() argument
467 SkScalar c1 = rotation1.fX; in check_matrix_recomposition()
468 SkScalar s1 = rotation1.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 …]
/external/skia/src/core/
DSkMatrixUtils.h50 SkPoint* rotation1,
DSkMatrix.cpp1710 SkPoint* rotation1, in SkDecomposeUpper2x2() argument
1792 if (rotation1) { in SkDecomposeUpper2x2()
1793 rotation1->fX = cos1; in SkDecomposeUpper2x2()
1794 rotation1->fY = sin1; in SkDecomposeUpper2x2()
/external/skia/bench/
DMatrixBench.cpp161 SkPoint rotation1, scale, rotation2; in performTest() local
163 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2); in performTest()