Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrTestUtils.cpp24 static SkMatrix gMatrices[5]; in test_matrix() local
29 gMatrices[0].reset(); in test_matrix()
30 gMatrices[1].setTranslate(SkIntToScalar(-100), SkIntToScalar(100)); in test_matrix()
31 gMatrices[2].setRotate(SkIntToScalar(17)); in test_matrix()
32 gMatrices[3].setRotate(SkIntToScalar(185)); in test_matrix()
33 gMatrices[3].postTranslate(SkIntToScalar(66), SkIntToScalar(-33)); in test_matrix()
34 gMatrices[3].postScale(SkIntToScalar(2), SK_ScalarHalf); in test_matrix()
37 gMatrices[4].setRotate(SkIntToScalar(215)); in test_matrix()
38 gMatrices[4].set(SkMatrix::kMPersp0, 0.00013f); in test_matrix()
39 gMatrices[ in test_matrix()
57 static SkMatrix gMatrices[5]; TestMatrixPreservesRightAngles() local
83 static SkMatrix gMatrices[6]; TestMatrixRectStaysRect() local
[all...]
/third_party/skia/tests/
H A DCullTestTest.cpp15 const SkMatrix gMatrices[] = { member
38 for (SkMatrix m : gMatrices) { in DEF_TEST()

Completed in 1 milliseconds