/frameworks/base/packages/WallpaperCropper/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...] |
/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/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
GLPaint.java | 21 public class GLPaint {
|
GLCanvas.java | 83 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); 87 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...] |