Searched defs:fillRect (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 90 public abstract void fillRect(float x, float y, float width, float height, int color); in fillRect() method
|
D | GLES20Canvas.java | 575 public void fillRect(float x, float y, float width, float height, int color) { in fillRect() method in GLES20Canvas
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 3213 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { in fillRect() method in ViewGroup
|