Lines Matching defs:rect2
46 SkDRect rect, rect2;
53 rect2.setBounds(quad);
54 REPORTER_ASSERT(reporter, rect.intersects(rect2));
56 SkDPoint leftTop = {rect2.fLeft, rect2.fTop};
58 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom};
67 rect2.setBounds(cubic);
68 REPORTER_ASSERT(reporter, rect.intersects(rect2));
70 SkDPoint leftTop = {rect2.fLeft, rect2.fTop};
72 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom};