/external/skia/bench/ |
MatrixBench.cpp | 160 SkPoint rotation1, scale, rotation2; variable 162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);
|
/external/skqp/bench/ |
MatrixBench.cpp | 160 SkPoint rotation1, scale, rotation2; variable 162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);
|
/external/skia/tests/ |
MatrixTest.cpp | 486 const SkPoint& rotation2) { 491 SkScalar c2 = rotation2.fX; 492 SkScalar s2 = rotation2.fY; 508 SkPoint rotation1, scale, rotation2; local 517 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); 518 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); 524 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); 525 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); 529 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); 530 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); [all...] |
/external/skqp/tests/ |
MatrixTest.cpp | 486 const SkPoint& rotation2) { 491 SkScalar c2 = rotation2.fX; 492 SkScalar s2 = rotation2.fY; 508 SkPoint rotation1, scale, rotation2; local 517 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); 518 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); 524 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); 525 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); 529 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2)); 530 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2)); [all...] |