HomeSort by relevance Sort by last modified time
    Searched refs:rotation2 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkMatrixUtils.h 52 SkPoint* rotation2);
SkMatrix.cpp     [all...]
  /external/skia/src/core/
SkMatrixUtils.h 52 SkPoint* rotation2);
SkMatrix.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
MatrixTest.cpp 427 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));
    [all...]
  /external/skia/tests/
MatrixTest.cpp 397 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));
    [all...]
  /external/chromium_org/third_party/skia/bench/
MatrixBench.cpp 361 SkPoint rotation1, scale, rotation2; local
363 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);
  /external/skia/bench/
MatrixBench.cpp 361 SkPoint rotation1, scale, rotation2; local
363 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);

Completed in 1649 milliseconds