Home
last modified time | relevance | path

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

/external/skia/tests/
DMatrixTest.cpp478 const SkPoint& rotation1, in check_matrix_recomposition() argument
481 SkScalar c1 = rotation1.fX; in check_matrix_recomposition()
482 SkScalar s1 = rotation1.fY; in check_matrix_recomposition()
502 SkPoint rotation1, scale, rotation2; in test_matrix_decomposition() local
511 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
512 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
518 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
519 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
523 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
524 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
[all …]
/external/skqp/tests/
DMatrixTest.cpp478 const SkPoint& rotation1, in check_matrix_recomposition() argument
481 SkScalar c1 = rotation1.fX; in check_matrix_recomposition()
482 SkScalar s1 = rotation1.fY; in check_matrix_recomposition()
502 SkPoint rotation1, scale, rotation2; in test_matrix_decomposition() local
511 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
512 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
518 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
519 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
523 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
524 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
[all …]
/external/skqp/src/core/
DSkMatrixUtils.h34 SkPoint* rotation1,
DSkMatrix.cpp1741 SkPoint* rotation1, in SkDecomposeUpper2x2() argument
1823 if (rotation1) { in SkDecomposeUpper2x2()
1824 rotation1->fX = cos1; in SkDecomposeUpper2x2()
1825 rotation1->fY = sin1; in SkDecomposeUpper2x2()
/external/skia/src/core/
DSkMatrixUtils.h34 SkPoint* rotation1,
DSkMatrix.cpp1742 SkPoint* rotation1, in SkDecomposeUpper2x2() argument
1824 if (rotation1) { in SkDecomposeUpper2x2()
1825 rotation1->fX = cos1; in SkDecomposeUpper2x2()
1826 rotation1->fY = sin1; in SkDecomposeUpper2x2()
/external/skia/bench/
DMatrixBench.cpp160 SkPoint rotation1, scale, rotation2; in performTest() local
162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2); in performTest()
/external/skqp/bench/
DMatrixBench.cpp160 SkPoint rotation1, scale, rotation2; in performTest() local
162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2); in performTest()