Lines Matching refs:reporter
16 DEF_TEST(AsADashTest_noneDash, reporter) {
21 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType);
24 DEF_TEST(AsADashTest_nullInfo, reporter) {
30 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
33 DEF_TEST(AsADashTest_usingDash, reporter) {
43 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
44 REPORTER_ASSERT(reporter, 4 == info.fCount);
45 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
51 REPORTER_ASSERT(reporter, inIntervals[0] == info.fIntervals[0]);
52 REPORTER_ASSERT(reporter, inIntervals[1] == info.fIntervals[1]);
53 REPORTER_ASSERT(reporter, inIntervals[2] == info.fIntervals[2]);
54 REPORTER_ASSERT(reporter, inIntervals[3] == info.fIntervals[3]);
57 REPORTER_ASSERT(reporter, 4 == info.fCount);
58 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);