Home
last modified time | relevance | path

Searched refs:gMatrices (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrTestUtils.cpp16 static SkMatrix gMatrices[5]; in test_matrix() local
21 gMatrices[0].reset(); in test_matrix()
22 gMatrices[1].setTranslate(SkIntToScalar(-100), SkIntToScalar(100)); in test_matrix()
23 gMatrices[2].setRotate(SkIntToScalar(17)); in test_matrix()
24 gMatrices[3].setRotate(SkIntToScalar(185)); in test_matrix()
25 gMatrices[3].postTranslate(SkIntToScalar(66), SkIntToScalar(-33)); in test_matrix()
26 gMatrices[3].postScale(SkIntToScalar(2), SK_ScalarHalf); in test_matrix()
29 gMatrices[4].setRotate(SkIntToScalar(215)); in test_matrix()
30 gMatrices[4].set(SkMatrix::kMPersp0, 0.00013f); in test_matrix()
31 gMatrices[4].set(SkMatrix::kMPersp1, -0.000039f); in test_matrix()
[all …]