Lines Matching refs:reporter

13 DEF_TEST(PathOpsBuilder, reporter) {
16 REPORTER_ASSERT(reporter, builder.resolve(&result));
17 REPORTER_ASSERT(reporter, result.isEmpty());
20 REPORTER_ASSERT(reporter, builder.resolve(&result));
21 REPORTER_ASSERT(reporter, result.isEmpty());
24 REPORTER_ASSERT(reporter, builder.resolve(&result));
25 REPORTER_ASSERT(reporter, result.isEmpty());
31 REPORTER_ASSERT(reporter, builder.resolve(&result));
34 REPORTER_ASSERT(reporter, result.isRect(nullptr, &closed, &dir));
35 REPORTER_ASSERT(reporter, closed);
36 REPORTER_ASSERT(reporter, dir == SkPathDirection::kCCW);
37 int pixelDiff = comparePaths(reporter, __FUNCTION__, rectPath, result);
38 REPORTER_ASSERT(reporter, pixelDiff == 0);
44 REPORTER_ASSERT(reporter, builder.resolve(&result));
45 REPORTER_ASSERT(reporter, result.isRect(nullptr, &closed, &dir));
46 REPORTER_ASSERT(reporter, closed);
47 REPORTER_ASSERT(reporter, dir == SkPathDirection::kCCW);
48 REPORTER_ASSERT(reporter, rectPath == result);
51 REPORTER_ASSERT(reporter, builder.resolve(&result));
52 REPORTER_ASSERT(reporter, result.isEmpty());
60 REPORTER_ASSERT(reporter, builder.resolve(&result));
61 REPORTER_ASSERT(reporter, result.isRect(nullptr, &closed, &dir));
62 REPORTER_ASSERT(reporter, closed);
65 REPORTER_ASSERT(reporter, result.getBounds() == expected);
77 REPORTER_ASSERT(reporter, builder.resolve(&result));
78 pixelDiff = comparePaths(reporter, __FUNCTION__, opCompare, result);
79 REPORTER_ASSERT(reporter, pixelDiff == 0);
82 DEF_TEST(BuilderIssue3838, reporter) {
100 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, path2);
101 REPORTER_ASSERT(reporter, pixelDiff == 0);
104 DEF_TEST(BuilderIssue3838_2, reporter) {
114 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, result);
115 REPORTER_ASSERT(reporter, pixelDiff == 0);
118 DEF_TEST(BuilderIssue3838_3, reporter) {
135 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, result);
136 REPORTER_ASSERT(reporter, pixelDiff == 0);
139 DEF_TEST(BuilderIssue502792_2, reporter) {
154 DEF_TEST(Fuzz846, reporter) {
274 DEF_TEST(Issue569540, reporter) {
305 DEF_TEST(SkOpBuilderFuzz665, reporter) {
327 DEF_TEST(SkOpBuilder618991, reporter) {
348 DEF_TEST(SkOpBuilderKFuzz1, reporter) {