Lines Matching refs:setRotate
187 rot90Scale.setRotate(90 * SK_Scalar1); in test_matrix_min_max_scale()
195 rotate.setRotate(128 * SK_Scalar1); in test_matrix_min_max_scale()
394 mat.setRotate(SkIntToScalar(angle)); in test_matrix_preserve_shape()
409 mat.setRotate(SkIntToScalar(30)); in test_matrix_preserve_shape()
416 mat.setRotate(SkIntToScalar(30)); in test_matrix_preserve_shape()
423 mat.setRotate(SkIntToScalar(30)); in test_matrix_preserve_shape()
523 mat.setRotate(kRotation0); in test_matrix_decomposition()
538 mat.setRotate(kRotation1); in test_matrix_decomposition()
550 mat.setRotate(kRotation0); in test_matrix_decomposition()
562 mat.setRotate(kRotation1); in test_matrix_decomposition()
568 mat.setRotate(90); in test_matrix_decomposition()
586 mat.setRotate(kRotation1); in test_matrix_decomposition()
593 mat.setRotate(kRotation0); in test_matrix_decomposition()
600 mat.setRotate(kRotation0); in test_matrix_decomposition()
613 mat.setRotate(rot0); in test_matrix_decomposition()
766 mat.setRotate(kRotation0); in test_matrix_homogeneous()
780 mat.setRotate(kRotation1); in test_matrix_homogeneous()
866 m.setRotate(35, 0, 0); in test_decompScale()
872 m.setRotate(35, 0, 0); in test_decompScale()
876 m.setRotate(35, 0, 0); in test_decompScale()
1059 SkMatrix m1; m1.setRotate(30); m1.postScale(1e20f, 1e20f); in DEF_TEST()