Home | History | Annotate | Download | only in tests

Lines Matching refs:contains

19 #define TEST_NO_CONTAINS(rgn, rect)     REPORTER_ASSERT(reporter, !rgn.contains(rect))
64 // These test SkRegion::contains(Rect) and SkRegion::contains(Region)
91 // test contains
92 REPORTER_ASSERT(reporter, !empty.contains(empty2));
93 REPORTER_ASSERT(reporter, !valid.contains(empty));
94 REPORTER_ASSERT(reporter, !empty.contains(valid));
145 REPORTER_ASSERT(reporter, rgn.contains(r));
147 REPORTER_ASSERT(reporter, !rgn.contains(r));
155 bool c0 = a.contains(b);
162 c0 = a.contains(r);