Lines Matching refs:setRotate
180 rot90Scale.setRotate(90 * SK_Scalar1); in test_matrix_min_max_scale()
188 rotate.setRotate(128 * SK_Scalar1); in test_matrix_min_max_scale()
381 mat.setRotate(SkIntToScalar(angle)); in test_matrix_preserve_shape()
396 mat.setRotate(SkIntToScalar(30)); in test_matrix_preserve_shape()
403 mat.setRotate(SkIntToScalar(30)); in test_matrix_preserve_shape()
410 mat.setRotate(SkIntToScalar(30)); in test_matrix_preserve_shape()
510 mat.setRotate(kRotation0); in test_matrix_decomposition()
525 mat.setRotate(kRotation1); in test_matrix_decomposition()
537 mat.setRotate(kRotation0); in test_matrix_decomposition()
549 mat.setRotate(kRotation1); in test_matrix_decomposition()
555 mat.setRotate(90); in test_matrix_decomposition()
573 mat.setRotate(kRotation1); in test_matrix_decomposition()
580 mat.setRotate(kRotation0); in test_matrix_decomposition()
587 mat.setRotate(kRotation0); in test_matrix_decomposition()
600 mat.setRotate(rot0); in test_matrix_decomposition()
746 mat.setRotate(kRotation0); in test_matrix_homogeneous()
760 mat.setRotate(kRotation1); in test_matrix_homogeneous()
808 m.setRotate(35, 0, 0); in test_decompScale()