Home
last modified time | relevance | path

Searched defs:TestMatrix (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrTestUtils.cpp56 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix() function
/third_party/skia/src/gpu/
DGrTestUtils.cpp54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix() function
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DPathRenderingTest.cpp107 TEST_P(CHROMIUMPathRenderingTest, TestMatrix) in TEST_P() argument