Searched defs:x2 (Results 1 – 4 of 4) sorted by relevance
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/ |
| D | IGraphics.java | 100 void drawLine(int x1, int y1, int x2, int y2); in drawLine() 111 void drawRect(int x1, int y1, int x2, int y2); in drawRect() 127 void fillRect(int x1, int y1, int x2, int y2); in fillRect()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| D | GCWrapper.java | 184 public void drawLine(int x1, int y1, int x2, int y2) { in drawLine() 199 public void drawRect(int x1, int y1, int x2, int y2) { in drawRect() 221 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect() 245 public void drawOval(int x1, int y1, int x2, int y2) { in drawOval() 267 public void fillOval(int x1, int y1, int x2, int y2) { in fillOval()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
| D | LayoutFigure.java | 102 int x2 = mHighlightInfo.linePoints[1].x; in paintBorder() local
|
| /sdk/traceview/src/com/android/traceview/ |
| D | TimeLineView.java | 1121 int x2 = range.mXdim.y; in drawHighlights() local
|