Searched refs:test_matrix (Results 1 – 2 of 2) sorted by relevance
15 static const SkMatrix& test_matrix(SkRandom* random, bool includePerspective) { in test_matrix() function43 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true); } in TestMatrix()97 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, false); } in TestMatrixInvertible()
255 void test_matrix() { in test_matrix() function