static L pointsInRect(int w, int h) { ret allPointsInRect(w, h); } static L pointsInRect(Rect r) { ret allPointsInRect(r); }