static Rect growRectRightAndBottom(Rect r, int x, int y) { ret new Rect(r.x, r.y, r.w+x, r.h+y); }