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