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

  /external/skia/tests/
MatrixTest.cpp 471 const SkPoint& rotation1,
474 SkScalar c1 = rotation1.fX;
475 SkScalar s1 = rotation1.fY;
495 SkPoint rotation1, scale, rotation2; local
504 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
505 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
511 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
512 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
516 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
517 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2))
    [all...]
  /external/skia/src/core/
SkMatrixUtils.h 33 SkPoint* rotation1,
SkMatrix.cpp     [all...]
  /external/skia/bench/
MatrixBench.cpp 161 SkPoint rotation1, scale, rotation2; variable
163 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);

Completed in 182 milliseconds