Searched refs:SkDecomposeUpper2x2 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkMatrixUtils.h49 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
H A DSkPictureShader.cpp81 if (!SkDecomposeUpper2x2(m, NULL, &scale, NULL)) {
H A DSkMatrix.cpp1690 bool SkDecomposeUpper2x2(const SkMatrix& matrix, function
/external/skia/src/core/
H A DSkMatrixUtils.h49 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
H A DSkPictureShader.cpp66 if (!SkDecomposeUpper2x2(m, NULL, &scale, NULL)) {
H A DSkMatrix.cpp1696 bool SkDecomposeUpper2x2(const SkMatrix& matrix, function
/external/chromium_org/third_party/skia/tests/
H A DMatrixTest.cpp458 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(ma
[all...]
/external/skia/tests/
H A DMatrixTest.cpp428 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(ma
[all...]
/external/chromium_org/third_party/skia/bench/
H A DMatrixBench.cpp363 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);
/external/skia/bench/
H A DMatrixBench.cpp363 (void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &rotation2);

Completed in 182 milliseconds