Lines Matching refs:postRotate
392 mat.postRotate(1); in test_matrix_preserve_shape()
413 mat.setScale(3, 2).postRotate(30); in test_matrix_preserve_shape()
524 mat.setScale(kScale0, kScale0).postRotate(kRotation1); in test_matrix_decomposition()
534 mat.setScale(kScale0, -kScale0).postRotate(kRotation1); in test_matrix_decomposition()
549 mat.setScale(kScale1, kScale0).postRotate(kRotation0); in test_matrix_decomposition()
554 mat.setScale(kScale1, kScale0).postRotate(90); 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()
747 mat.postRotate(kRotation0); in test_matrix_homogeneous()
864 mat.setScale(3, 5, 20, 0).postRotate(25); in DEF_TEST()