Lines Matching refs:postScale
197 rot90Scale.setRotate(90).postScale(SK_Scalar1 / 4, SK_Scalar1 / 2); in test_matrix_min_max_scale()
403 mat.setRotate(30).postScale(2, 2); in test_matrix_preserve_shape()
408 mat.setRotate(30).postScale(3, 2); in test_matrix_preserve_shape()
519 mat.setRotate(kRotation1).postScale(kScale0, kScale0); in test_matrix_decomposition()
529 mat.setRotate(kRotation0).postScale(kScale1, -kScale1); in test_matrix_decomposition()
539 mat.setRotate(kRotation1).postScale(kScale1, kScale0); in test_matrix_decomposition()
544 mat.setRotate(90).postScale(kScale1, kScale0); in test_matrix_decomposition()
559 mat.setRotate(kRotation1).postScale(kScale0, kScale0).postRotate(kRotation0); in test_matrix_decomposition()
564 mat.setRotate(kRotation0).postScale(kScale1, kScale0).postRotate(kRotation1); in test_matrix_decomposition()
569 mat.setRotate(kRotation0).postScale(-kScale1, kScale0).postRotate(kRotation1); in test_matrix_decomposition()
580 mat.setRotate(rot0).postScale(sx, sy).postRotate(rot1); in test_matrix_decomposition()
746 mat.postScale(kScale0, kScale0); in test_matrix_homogeneous()
839 m.setRotate(35, 0, 0).postScale(2, 3); in test_decompScale()
1018 SkMatrix m1; m1.setRotate(30); m1.postScale(1e20f, 1e20f); in DEF_TEST()