Home
last modified time | relevance | path

Searched refs:GLPaint (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvas.java73 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()
DGLPaint.java22 public class GLPaint { class
DCropView.java96 private GLPaint mPaint = new GLPaint();
97 private GLPaint mFacePaint = new GLPaint();
DGLCanvasImpl.java169 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/
DGLCanvasStub.java50 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()
DGLCanvasTest.java33 private static GLPaint newColorPaint(int color) { in newColorPaint()
34 GLPaint paint = new GLPaint(); in newColorPaint()