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

  /external/chromium_org/third_party/skia/src/core/
SkMatrixUtils.h 49 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
SkMatrix.cpp     [all...]
  /external/skia/src/core/
SkMatrixUtils.h 49 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
SkMatrix.cpp     [all...]
  /external/skia/tests/
MatrixTest.cpp 416 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
419 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, NULL, NULL, NULL));
423 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
428 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
433 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
439 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
445 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
451 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
457 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
463 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2))
    [all...]
  /external/skia/bench/
MatrixBench.cpp 369 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);

Completed in 130 milliseconds