Lines Matching defs:reporter
55 static void testOne(skiatest::Reporter* reporter, const OvalSet& set) {
65 comparePaths(reporter, __FUNCTION__ , regionResult, builderResult, bitmap);
66 comparePaths(reporter, __FUNCTION__ , regionResult, opResult, bitmap);
79 static void setupOne(skiatest::Reporter* reporter, int col, int row, int rot, int trial) {
88 testOne(reporter, set);
101 DEF_TEST(SixtyOvals, reporter) {
116 setupOne(reporter, col, row, rot, trial);
125 DEF_TEST(SixtyOvalsOneOff, reporter) {
127 setupOne(reporter, oneOff.fCol, oneOff.fRow, oneOff.fRot, oneOff.fTrial);
132 static bool simplify_fails(skiatest::Reporter* reporter, const SkPath& path) {
137 failed = !!comparePaths(reporter, __FUNCTION__, path, simplifiedPath, bitmap);
142 static SkPath subset_simplify_fail(skiatest::Reporter* reporter, const SkPath& path) {
144 bool failed = simplify_fails(reporter, path);
149 failed = simplify_fails(reporter, minimal);
155 failed = simplify_fails(reporter, lastFailed);
159 failed = simplify_fails(reporter, minimal);
169 DEF_TEST(SixtyOvals_2_2_9_73, reporter) {
390 SkPath failed = subset_simplify_fail(reporter, lastFailed);
397 testSimplify(reporter, lastFailed, __FUNCTION__);
400 DEF_TEST(SixtyOvals_2_2_9_73_reduced, reporter) {
410 testSimplify(reporter, path, __FUNCTION__);
413 DEF_TEST(SixtyOvalsA, reporter) {
454 DEF_TEST(SixtyOvalsAX, reporter) {
628 DEF_TEST(PathOpsOvalsAsQuads, reporter) {
635 DEF_TEST(PathOps64OvalsAsQuads, reporter) {