Searched refs:fillOval (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | GCWrapper.java | 344 public void fillOval(int x1, int y1, int x2, int y2) { in fillOval() method in GCWrapper 351 getGc().fillOval(x, y, w, h); in fillOval() 354 public void fillOval(Point p1, Point p2) { in fillOval() method in GCWrapper 355 fillOval(p1.x, p1.y, p2.x, p2.y); in fillOval() 358 public void fillOval(Rect r) { in fillOval() method in GCWrapper 365 getGc().fillOval(x, y, w, h); in fillOval()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | IconFactory.java | 381 gc.fillOval(0, 0, SX - 1, SY - 1); in getImageData()
|