/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | PorterDuffColorFilter_Delegate.java | 96 graphics.fillRect(0, 0, width, height); in createFilterImage()
|
D | Canvas_Delegate.java | 512 graphics.fillRect(0, 0, w, h); in native_drawColor() 582 graphics.fillRect((int)left, (int)top, in native_drawRect()
|
D | Bitmap_Delegate.java | 347 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in nativeErase()
|
/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 780 fillRect(target.left, target.top, target.width(), target.height(), toColor); in drawMixed()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderDrawable.java | 125 gc.fillRect(0, 0, w, h); in getImage()
|
D | RenderSessionImpl.java | 563 gc.fillRect(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight); in render() 581 gc.fillRect(0, 0, in render()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 3017 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { in fillRect() method in ViewGroup 3034 fillRect(c, paint, x1, y1, x1 + dx, y1 + lw * sign(dy)); in drawCorner() 3035 fillRect(c, paint, x1, y1, x1 + lw * sign(dx), y1 + dy); in drawCorner() 3060 fillRect(canvas, paint, x1, y1, x4, y2); in fillDifference() 3061 fillRect(canvas, paint, x1, y2, x2, y3); in fillDifference() 3062 fillRect(canvas, paint, x3, y2, x4, y3); in fillDifference() 3063 fillRect(canvas, paint, x1, y3, x4, y4); in fillDifference()
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | device-art.jd | 515 ctx.fillRect(offset[0], offset[1], size[0], size[1]);
|