Lines Matching refs:REPORTER_ASSERT
48 REPORTER_ASSERT(reporter, rect.fLeft == SkTMin(line[0].fX, line[1].fX));
49 REPORTER_ASSERT(reporter, rect.fTop == SkTMin(line[0].fY, line[1].fY));
50 REPORTER_ASSERT(reporter, rect.fRight == SkTMax(line[0].fX, line[1].fX));
51 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(line[0].fY, line[1].fY));
54 REPORTER_ASSERT(reporter, rect2.fLeft == SkTMin(line[0].fX, line[1].fX));
55 REPORTER_ASSERT(reporter, rect2.fTop == SkTMin(line[0].fY, line[1].fY));
56 REPORTER_ASSERT(reporter, rect2.fRight == SkTMax(line[0].fX, line[1].fX));
57 REPORTER_ASSERT(reporter, rect2.fBottom == SkTMax(line[0].fY, line[1].fY));
58 REPORTER_ASSERT(reporter, rect.contains(line[0]));
59 REPORTER_ASSERT(reporter, rect.intersects(&rect2));
65 REPORTER_ASSERT(reporter, rect.fLeft == SkTMin(quad[0].fX,
67 REPORTER_ASSERT(reporter, rect.fTop == SkTMin(quad[0].fY,
69 REPORTER_ASSERT(reporter, rect.fRight == SkTMax(quad[0].fX,
71 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(quad[0].fY,
74 REPORTER_ASSERT(reporter, rect.intersects(&rect2));
77 REPORTER_ASSERT(reporter, rect.contains(leftTop));
79 REPORTER_ASSERT(reporter, rect.contains(rightBottom));
85 REPORTER_ASSERT(reporter, rect.fLeft == SkTMin(cubic[0].fX,
87 REPORTER_ASSERT(reporter, rect.fTop == SkTMin(cubic[0].fY,
89 REPORTER_ASSERT(reporter, rect.fRight == SkTMax(cubic[0].fX,
91 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(cubic[0].fY,
94 REPORTER_ASSERT(reporter, rect.intersects(&rect2));
97 REPORTER_ASSERT(reporter, rect.contains(leftTop));
99 REPORTER_ASSERT(reporter, rect.contains(rightBottom));