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

  /external/chromium_org/third_party/skia/src/core/
SkMatrixUtils.h 50 SkPoint* rotation1,
SkMatrix.cpp     [all...]
  /external/skia/src/core/
SkMatrixUtils.h 50 SkPoint* rotation1,
SkMatrix.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
MatrixTest.cpp 425 const SkPoint& rotation1,
428 SkScalar c1 = rotation1.fX;
429 SkScalar s1 = rotation1.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 395 const SkPoint& rotation1,
398 SkScalar c1 = rotation1.fX;
399 SkScalar s1 = rotation1.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 403 milliseconds