Searched defs:drawLine (Results 1 – 3 of 3) sorted by relevance
| /packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
| D | GLCanvas.java | 86 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); in drawLine() method
|
| D | GLCanvasImpl.java | 184 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) { in drawLine() method in GLCanvasImpl
|
| /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
| D | GLCanvasStub.java | 49 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {} in drawLine() method in GLCanvasStub
|