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

  /external/skia/src/core/
SkMatrixUtils.h 34 SkPoint* rotation1,
SkMatrix.cpp     [all...]
  /external/skqp/src/core/
SkMatrixUtils.h 34 SkPoint* rotation1,
SkMatrix.cpp     [all...]
  /external/skia/tests/
MatrixTest.cpp 478 const SkPoint& rotation1,
481 SkScalar c1 = rotation1.fX;
482 SkScalar s1 = rotation1.fY;
502 SkPoint rotation1, scale, rotation2; local
511 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
512 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
518 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
519 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
523 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
524 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2))
    [all...]
  /external/skqp/tests/
MatrixTest.cpp 478 const SkPoint& rotation1,
481 SkScalar c1 = rotation1.fX;
482 SkScalar s1 = rotation1.fY;
502 SkPoint rotation1, scale, rotation2; local
511 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
512 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
518 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
519 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2));
523 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
524 REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale, rotation2))
    [all...]
  /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);

Completed in 272 milliseconds