Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrTestUtils.cpp21 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix() function
54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix()
108 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); } in TestMatrixInvertible()
109 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); } in TestMatrixPerspective()

Completed in 1 milliseconds