Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DMatrixTest.cpp490 const float kRotation0 = 15.5f; in test_matrix_decomposition() local
503 mat.setRotate(kRotation0); in test_matrix_decomposition()
528 mat.setRotate(kRotation0).postScale(kScale1, -kScale1); in test_matrix_decomposition()
548 mat.setScale(kScale1, kScale0).postRotate(kRotation0); 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()
653 const float kRotation0 = 15.5f; in test_matrix_homogeneous() local
730 mat.setRotate(kRotation0); in test_matrix_homogeneous()
746 mat.postRotate(kRotation0); in test_matrix_homogeneous()
[all...]

Completed in 2 milliseconds