Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DMatrixTest.cpp196 SkMatrix rot90Scale; in test_matrix_min_max_scale() local
197 rot90Scale.setRotate(90).postScale(SK_Scalar1 / 4, SK_Scalar1 / 2); in test_matrix_min_max_scale()
198 REPORTER_ASSERT(reporter, SK_Scalar1 / 4 == rot90Scale.getMinScale()); in test_matrix_min_max_scale()
199 REPORTER_ASSERT(reporter, SK_Scalar1 / 2 == rot90Scale.getMaxScale()); in test_matrix_min_max_scale()
200 success = rot90Scale.getMinMaxScales(scales); in test_matrix_min_max_scale()
251 SkMatrix baseMats[] = {scale, rot90Scale, rotate, in test_matrix_min_max_scale()

Completed in 2 milliseconds