Home
last modified time | relevance | path

Searched refs:kRotation1 (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DMatrixTest.cpp491 const float kRotation1 = -50.f; in test_matrix_decomposition() local
518 mat.setRotate(kRotation1).postScale(kScale0, kScale0); in test_matrix_decomposition()
523 mat.setScale(kScale0, kScale0).postRotate(kRotation1); in test_matrix_decomposition()
533 mat.setScale(kScale0, -kScale0).postRotate(kRotation1); in test_matrix_decomposition()
538 mat.setRotate(kRotation1).postScale(kScale1, kScale0); in test_matrix_decomposition()
558 mat.setRotate(kRotation1).postScale(kScale0, kScale0).postRotate(kRotation0); in test_matrix_decomposition()
563 mat.setRotate(kRotation0).postScale(kScale1, kScale0).postRotate(kRotation1); in test_matrix_decomposition()
568 mat.setRotate(kRotation0).postScale(-kScale1, kScale0).postRotate(kRotation1); in test_matrix_decomposition()
654 const float kRotation1 = -50.f; in test_matrix_homogeneous() local
744 mat.setRotate(kRotation1); in test_matrix_homogeneous()
[all...]

Completed in 2 milliseconds