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

  /external/skia/src/core/
SkMatrixUtils.h 33 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
SkPictureShader.cpp 178 if (!SkDecomposeUpper2x2(m, nullptr, &scale, nullptr)) {
SkMatrix.cpp     [all...]
  /external/skia/tests/
MatrixTest.cpp 510 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
513 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, nullptr, nullptr, nullptr));
517 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
522 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
527 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
533 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
539 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
545 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
551 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
557 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2))
    [all...]
  /external/skia/bench/
MatrixBench.cpp 162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);

Completed in 177 milliseconds