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

  /external/skia/src/core/
SkMatrixUtils.h 33 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
SkMatrix.cpp     [all...]
  /external/skqp/src/core/
SkMatrixUtils.h 33 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
SkMatrix.cpp     [all...]
  /external/skia/tests/
MatrixTest.cpp 511 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
514 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, nullptr, nullptr, nullptr));
518 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
523 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
528 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
534 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
540 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
546 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
552 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
558 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2))
    [all...]
  /external/skqp/tests/
MatrixTest.cpp 511 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
514 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, nullptr, nullptr, nullptr));
518 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
523 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
528 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
534 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
540 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
546 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
552 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
558 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2))
    [all...]
  /external/skia/bench/
MatrixBench.cpp 162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);
  /external/skqp/bench/
MatrixBench.cpp 162 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);
  /external/skia/src/shaders/
SkPictureShader.cpp 203 if (!SkDecomposeUpper2x2(m, nullptr, &scale, nullptr)) {
  /external/skqp/src/shaders/
SkPictureShader.cpp 198 if (!SkDecomposeUpper2x2(m, nullptr, &scale, nullptr)) {

Completed in 194 milliseconds