Home | History | Annotate | Download | only in core

Lines Matching refs:intersect

283     bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& r) {
284 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
287 /** If rectangles a and b intersect, return true and set this rectangle to
291 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& a, const SkIRect& b) {
305 /** If rectangles a and b intersect, return true and set this rectangle to
330 bool SK_WARN_UNUSED_RESULT intersect(int32_t left, int32_t top,
343 /** Returns true if a and b are not empty, and they intersect
352 * Returns true if a and b intersect. debug-asserts that neither are empty.
678 bool SK_WARN_UNUSED_RESULT intersect(const SkRect& r);
685 bool SK_WARN_UNUSED_RESULT intersect(SkScalar left, SkScalar top,
689 * If rectangles a and b intersect, return true and set this rectangle to
693 bool SK_WARN_UNUSED_RESULT intersect(const SkRect& a, const SkRect& b);
709 * a rectangle are not empty, and they intersect.
721 * Return true if rectangles a and b are not empty and intersect.