static Rect intersectRect(Rect a, Rect b) { ret intersectRects(a, b); } static Rect intersectRect(Rect a, int x1, int y1, int w, int h) { ret intersectRects(a, x1, y1, w, h); }