Searched refs:GLPaint (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 83 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); in drawLine() 87 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint); in drawRect()
|
D | GLPaint.java | 21 public class GLPaint { class
|
D | GLES20Canvas.java | 479 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) { in drawLine() 486 public void drawRect(float x, float y, float width, float height, GLPaint paint) { in drawRect() 492 GLPaint paint) { in draw()
|