/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | PorterDuffColorFilter_Delegate.java | 71 g.fillRect(0, 0, width, height); in applyFilter()
|
D | Canvas_Delegate.java | 526 graphics.fillRect(0, 0, w, h); in native_drawColor() 596 graphics.fillRect((int)left, (int)top, in native_drawRect()
|
D | Bitmap_Delegate.java | 357 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 | 171 gc.fillRect(0, 0, w, h); in getImage()
|
D | RenderSessionImpl.java | 456 gc.fillRect(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight); in render() 478 gc.fillRect(0, 0, in render()
|
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
D | ImageUtils.java | 222 g2.fillRect(0, 0, destWidth, destHeight); in scale()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 3367 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { in fillRect() method in ViewGroup 3384 fillRect(c, paint, x1, y1, x1 + dx, y1 + lw * sign(dy)); in drawCorner() 3385 fillRect(c, paint, x1, y1, x1 + lw * sign(dx), y1 + dy); in drawCorner() 3410 fillRect(canvas, paint, x1, y1, x4, y2); in fillDifference() 3411 fillRect(canvas, paint, x1, y2, x2, y3); in fillDifference() 3412 fillRect(canvas, paint, x3, y2, x4, y3); in fillDifference() 3413 fillRect(canvas, paint, x1, y3, x4, y4); in fillDifference()
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | device-art.jd | 493 ctx.fillRect(offset[0], offset[1], size[0], size[1]);
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | device-art.jd | 624 ctx.fillRect(offset[0], offset[1], size[0], size[1]);
|