Home
last modified time | relevance | path

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

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