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

  /external/chromium_org/third_party/skia/src/core/
SkMatrixUtils.h 49 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
SkPictureShader.cpp 81 if (!SkDecomposeUpper2x2(m, NULL, &scale, NULL)) {
SkMatrix.cpp     [all...]
  /external/skia/src/core/
SkMatrixUtils.h 49 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
SkPictureShader.cpp 66 if (!SkDecomposeUpper2x2(m, NULL, &scale, NULL)) {
SkMatrix.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
MatrixTest.cpp 458 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
461 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, NULL, NULL, NULL));
465 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
470 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
475 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
481 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
487 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
493 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
499 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
505 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2))
    [all...]
  /external/skia/tests/
MatrixTest.cpp 428 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
431 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, NULL, NULL, NULL));
435 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
440 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));
469 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2));
475 REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &rotation2))
    [all...]
  /external/chromium_org/third_party/skia/bench/
MatrixBench.cpp 363 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);
  /external/skia/bench/
MatrixBench.cpp 363 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);

Completed in 117 milliseconds