Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DMatrixTest.cpp493 const float kScale1 = 0.001f; in test_matrix_decomposition() local
513 mat.setScale(kScale1, kScale0); in test_matrix_decomposition()
528 mat.setRotate(kRotation0).postScale(kScale1, -kScale1); in test_matrix_decomposition()
538 mat.setRotate(kRotation1).postScale(kScale1, kScale0); in test_matrix_decomposition()
543 mat.setRotate(90).postScale(kScale1, kScale0); in test_matrix_decomposition()
548 mat.setScale(kScale1, kScale0).postRotate(kRotation0); in test_matrix_decomposition()
553 mat.setScale(kScale1, kScale0).postRotate(90); in test_matrix_decomposition()
563 mat.setRotate(kRotation0).postScale(kScale1, kScale0).postRotate(kRotation1); in test_matrix_decomposition()
568 mat.setRotate(kRotation0).postScale(-kScale1, kScale in test_matrix_decomposition()
[all...]

Completed in 2 milliseconds