Searched refs:make_TestCase (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 773 static std::unique_ptr<TestCase> make_TestCase(Args&&... args) { in make_TestCase() function 789 make_TestCase(geo, fill, reporter) in test_basic() 802 make_TestCase(geo, stroke2RoundBevel, reporter) in test_basic() 812 make_TestCase(geo, stroke2RoundBevelDash, reporter) in test_basic() 842 make_TestCase(geo, stroke2RoundBevelAndFill, reporter)->compare( in test_basic() 852 make_TestCase(geo, stroke2RoundBevelAndFillDash, reporter)->compare( in test_basic() 2035 make_TestCase(r, linePath, buttCap)->compare( in DEF_TEST() 2039 make_TestCase(r, linePath, squareCap)->compare( in DEF_TEST() 2043 make_TestCase(r, linePath, roundCap)->compare(r, in DEF_TEST() 2052 make_TestCase(r, linePath, buttCap)->compare( in DEF_TEST() [all …]
|