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

  /frameworks/base/packages/WallpaperCropper/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...]
  /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 175 public void drawRect(float x, float y, float width, float height, GLPaint paint) {
193 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {
    [all...]

Completed in 175 milliseconds