Home
last modified time | relevance | path

Searched refs:getMinScale (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DMatrixTest.cpp167 REPORTER_ASSERT(reporter, SK_Scalar1 == identity.getMinScale()); in test_matrix_min_max_scale()
174 REPORTER_ASSERT(reporter, SK_Scalar1 * 2 == scale.getMinScale()); in test_matrix_min_max_scale()
182 REPORTER_ASSERT(reporter, SK_Scalar1 / 4 == rot90Scale.getMinScale()); in test_matrix_min_max_scale()
189 …REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SK_Scalar1, rotate.getMinScale(), SK_ScalarNearlyZer… in test_matrix_min_max_scale()
198 REPORTER_ASSERT(reporter, SK_Scalar1 == translate.getMinScale()); in test_matrix_min_max_scale()
206 REPORTER_ASSERT(reporter, -SK_Scalar1 == perspX.getMinScale()); in test_matrix_min_max_scale()
216 REPORTER_ASSERT(reporter, -SK_Scalar1 == perspX.getMinScale()); in test_matrix_min_max_scale()
224 REPORTER_ASSERT(reporter, -SK_Scalar1 == perspY.getMinScale()); in test_matrix_min_max_scale()
248 SkScalar minScale = mat.getMinScale(); in test_matrix_min_max_scale()
/external/skia/src/gpu/
DSkGr.cpp619 if (matrix.getMinScale() < SK_Scalar1) { in GrSkFilterQualityToGrFilterMode()
/external/skia/include/core/
DSkMatrix.h648 SkScalar getMinScale() const;
/external/opencv3/modules/cudaimgproc/src/
Dgeneralized_hough.cpp613 double getMinScale() const { return minScale_; } in getMinScale() function in __anon701856140311::GeneralizedHoughGuilImpl
/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp549 double getMinScale() const { return minScale_; } in getMinScale() function in __anon1aa6ac770311::GeneralizedHoughGuilImpl
/external/opencv3/modules/imgproc/include/opencv2/
Dimgproc.hpp840 virtual double getMinScale() const = 0;
/external/skia/src/core/
DSkMatrix.cpp1491 SkScalar SkMatrix::getMinScale() const { in getMinScale() function in SkMatrix