Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

27 static void test_stroke_width_clipping(skiatest::Reporter* reporter) {
43 REPORTER_ASSERT(reporter, !has_green_pixels(bm));
48 REPORTER_ASSERT(reporter, has_green_pixels(bm));
51 static void test_skbug4406(skiatest::Reporter* reporter) {
72 REPORTER_ASSERT(reporter, !has_green_pixels(bm));
86 REPORTER_ASSERT(reporter, has_green_pixels(bm));
89 DEF_TEST(Rect, reporter) {
90 test_stroke_width_clipping(reporter);
91 test_skbug4406(reporter);
94 DEF_TEST(Rect_grow, reporter) {
95 test_stroke_width_clipping(reporter);
96 test_skbug4406(reporter);
99 DEF_TEST(Rect_path_nan, reporter) {
104 REPORTER_ASSERT(reporter, !p.isFinite());
107 DEF_TEST(Rect_largest, reporter) {
108 REPORTER_ASSERT(reporter, !SkRectPriv::MakeILarge().isEmpty());
109 REPORTER_ASSERT(reporter, SkRectPriv::MakeILargestInverted().isEmpty());
111 REPORTER_ASSERT(reporter, !SkRectPriv::MakeLargest().isEmpty());
112 REPORTER_ASSERT(reporter, !SkRectPriv::MakeLargeS32().isEmpty());
113 REPORTER_ASSERT(reporter, SkRectPriv::MakeLargestInverted().isEmpty());