Home
last modified time | relevance | path

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

/external/skia/tests/
DMatrixTest.cpp465 const SkPoint& rotation1, in check_matrix_recomposition() argument
468 SkScalar c1 = rotation1.fX; in check_matrix_recomposition()
469 SkScalar s1 = rotation1.fY; in check_matrix_recomposition()
489 SkPoint rotation1, scale, rotation2; in test_matrix_decomposition() local
498 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
499 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
505 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
506 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
510 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
511 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
[all …]
/external/skqp/tests/
DMatrixTest.cpp484 const SkPoint& rotation1, in check_matrix_recomposition() argument
487 SkScalar c1 = rotation1.fX; in check_matrix_recomposition()
488 SkScalar s1 = rotation1.fY; in check_matrix_recomposition()
508 SkPoint rotation1, scale, rotation2; in test_matrix_decomposition() local
517 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
518 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
524 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
525 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
529 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); in test_matrix_decomposition()
530 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); in test_matrix_decomposition()
[all …]
/external/skqp/src/core/
DSkMatrixUtils.h34 SkPoint* rotation1,
DSkMatrix.cpp1696 SkPoint* rotation1, in SkDecomposeUpper2x2() argument
1778 if (rotation1) { in SkDecomposeUpper2x2()
1779 rotation1->fX = cos1; in SkDecomposeUpper2x2()
1780 rotation1->fY = sin1; in SkDecomposeUpper2x2()
/external/skia/src/core/
DSkMatrixUtils.h36 SkPoint* rotation1,
DSkMatrix.cpp1702 SkPoint* rotation1, in SkDecomposeUpper2x2() argument
1784 if (rotation1) { in SkDecomposeUpper2x2()
1785 rotation1->fX = cos1; in SkDecomposeUpper2x2()
1786 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()