HomeSort by relevance Sort by last modified time
    Searched refs:GLPaint (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLPaint.java 21 public class GLPaint {
GLCanvas.java 85 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint);
89 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint);
GLES20Canvas.java 479 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {
486 public void drawRect(float x, float y, float width, float height, GLPaint paint) {
492 GLPaint paint) {
    [all...]
GLES11Canvas.java 177 public void drawRect(float x, float y, float width, float height, GLPaint paint) {
195 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasStub.java 26 import com.android.gallery3d.glrenderer.GLPaint;
76 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {}
78 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint) {}
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLCanvasTest.java 33 private static GLPaint newColorPaint(int color) {
34 GLPaint paint = new GLPaint();

Completed in 184 milliseconds