Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DGrQuadCropTest.cpp197 static void test_axis_aligned(skiatest::Reporter* r, const SkMatrix& viewMatrix) { in test_axis_aligned() function
236 test_axis_aligned(r, SkMatrix::I()); in TEST()
237 test_axis_aligned(r, SkMatrix::MakeScale(-1.f, 1.f)); in TEST()
238 test_axis_aligned(r, SkMatrix::MakeScale(1.f, -1.f)); in TEST()
242 test_axis_aligned(r, rotation); in TEST()
244 test_axis_aligned(r, rotation); in TEST()
246 test_axis_aligned(r, rotation); in TEST()
/third_party/skia/tests/
DGrQuadCropTest.cpp207 static void test_axis_aligned(skiatest::Reporter* r, const SkMatrix& viewMatrix) { in test_axis_aligned() function
244 test_axis_aligned(r, SkMatrix::I()); in TEST()
245 test_axis_aligned(r, SkMatrix::Scale(-1.f, 1.f)); in TEST()
246 test_axis_aligned(r, SkMatrix::Scale(1.f, -1.f)); in TEST()
250 test_axis_aligned(r, rotation); in TEST()
252 test_axis_aligned(r, rotation); in TEST()
254 test_axis_aligned(r, rotation); in TEST()