Searched defs:fillRect (Results 1 – 2 of 2) sorted by relevance
127 void fillRect(int x1, int y1, int x2, int y2); in fillRect() method132 void fillRect(Point p1, Point p2); in fillRect() method137 void fillRect(Rect r); in fillRect() method
221 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect() method in GCWrapper230 public void fillRect(Point p1, Point p2) { in fillRect() method in GCWrapper234 public void fillRect(Rect r) { in fillRect() method in GCWrapper