Searched defs:rotation2 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DMatrixBench.cpp361 SkPoint rotation1, scale, rotation2; local
363 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);
/external/skia/bench/
H A DMatrixBench.cpp361 SkPoint rotation1, scale, rotation2; local
363 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);
/external/chromium_org/third_party/skia/tests/
H A DMatrixTest.cpp427 const SkPoint& rotation2) {
432 SkScalar c2 = rotation2.fX;
433 SkScalar s2 = rotation2.fY;
449 SkPoint rotation1, scale, rotation2; local
458 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
459 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
465 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
466 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
470 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
471 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
424 check_matrix_recomposition(const SkMatrix& mat, const SkPoint& rotation1, const SkPoint& scale, const SkPoint& rotation2) argument
[all...]
/external/skia/tests/
H A DMatrixTest.cpp397 const SkPoint& rotation2) {
402 SkScalar c2 = rotation2.fX;
403 SkScalar s2 = rotation2.fY;
419 SkPoint rotation1, scale, rotation2; local
428 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
429 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
435 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
436 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
440 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
441 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
394 check_matrix_recomposition(const SkMatrix& mat, const SkPoint& rotation1, const SkPoint& scale, const SkPoint& rotation2) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp1693 SkPoint* rotation2) {
1777 if (rotation2) {
1778 rotation2->fX = cos2;
1779 rotation2->fY = sin2;
1690 SkDecomposeUpper2x2(const SkMatrix& matrix, SkPoint* rotation1, SkPoint* scale, SkPoint* rotation2) argument
/external/skia/src/core/
H A DSkMatrix.cpp1699 SkPoint* rotation2) {
1783 if (NULL != rotation2) {
1784 rotation2->fX = cos2;
1785 rotation2->fY = sin2;
1696 SkDecomposeUpper2x2(const SkMatrix& matrix, SkPoint* rotation1, SkPoint* scale, SkPoint* rotation2) argument

Completed in 167 milliseconds