Searched defs:fillRect (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java92 public abstract void fillRect(float x, float y, float width, float height, int color); method in interface:GLCanvas
H A DGLES11Canvas.java213 public void fillRect(float x, float y, float width, float height, int color) { method in class:GLES11Canvas
521 fillRect(target.left, target.top, target.width(), target.height(), toColor);
554 fillRect(x, y, width, height, toColor);
H A DGLES20Canvas.java575 public void fillRect(float x, float y, float width, float height, int color) { method in class:GLES20Canvas
780 fillRect(target.left, target.top, target.width(), target.height(), toColor);
/packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java92 public abstract void fillRect(float x, float y, float width, float height, int color); method in interface:GLCanvas
H A DGLES20Canvas.java575 public void fillRect(float x, float y, float width, float height, int color) { method in class:GLES20Canvas
780 fillRect(target.left, target.top, target.width(), target.height(), toColor);

Completed in 281 milliseconds