Lines Matching defs:intersection
1107 // Helper to test expected intersection, relying on the fact that all round rect intersections
1108 // will have their bounds equal to the intersection of the bounds of the input round rects, and
1118 // Compute expected round rect intersection given bounds of A and B, and the specified
1136 // Intersection of the result with either A or B should remain the intersection
1140 // Bounds of intersection round rect should equal intersection of bounds of a and b
1161 SkRRect intersection = SkRRectPriv::ConservativeIntersect(a, b);
1162 // Expected the intersection to fail (no intersection or complex intersection is not
1164 REPORTER_ASSERT(reporter, intersection.isEmpty());
1187 // Successful intersection operations:
1189 // - the expected bounds of the round rect intersection is calculated automatically
1226 // Failed intersection operations:
1230 // A and B's bounds intersect, but corner curves do not -> no intersection
1232 // A is empty -> no intersection
1235 // approximations to construct a valid round rect intersection.
1261 // The key difference with the above case is that the intersection of the circle bounds have