Searched refs:GLPaint (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLCanvas.java | 73 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); in drawLine() 77 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint); in drawRect()
|
D | GLPaint.java | 22 public class GLPaint { class
|
D | CropView.java | 96 private GLPaint mPaint = new GLPaint(); 97 private GLPaint mFacePaint = new GLPaint();
|
D | GLCanvasImpl.java | 169 public void drawRect(float x, float y, float width, float height, GLPaint paint) { in drawRect() 186 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) { in drawLine()
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
D | GLCanvasStub.java | 50 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {} in drawLine() 51 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint) {} in drawRect()
|
D | GLCanvasTest.java | 33 private static GLPaint newColorPaint(int color) { in newColorPaint() 34 GLPaint paint = new GLPaint(); in newColorPaint()
|