Lines Matching refs:postScale
188 rot90Scale.postScale(SK_Scalar1 / 4, SK_Scalar1 / 2); in test_matrix_min_max_scale()
417 mat.postScale(SkIntToScalar(2), SkIntToScalar(2)); in test_matrix_preserve_shape()
424 mat.postScale(SkIntToScalar(3), SkIntToScalar(2)); in test_matrix_preserve_shape()
539 mat.postScale(kScale0, kScale0); in test_matrix_decomposition()
551 mat.postScale(kScale1, -kScale1); in test_matrix_decomposition()
563 mat.postScale(kScale1, kScale0); in test_matrix_decomposition()
569 mat.postScale(kScale1, kScale0); in test_matrix_decomposition()
587 mat.postScale(kScale0, kScale0); in test_matrix_decomposition()
594 mat.postScale(kScale1, kScale0); in test_matrix_decomposition()
601 mat.postScale(-kScale1, kScale0); in test_matrix_decomposition()
614 mat.postScale(sx, sy); in test_matrix_decomposition()
781 mat.postScale(kScale0, kScale0); in test_matrix_homogeneous()
823 reconstituted.postScale(scale.width(), scale.height()); in check_decompScale()
877 m.postScale(2, 3); in test_decompScale()
1059 SkMatrix m1; m1.setRotate(30); m1.postScale(1e20f, 1e20f); in DEF_TEST()