Home
last modified time | relevance | path

Searched refs:fillRect (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPorterDuffColorFilter_Delegate.java96 graphics.fillRect(0, 0, width, height); in createFilterImage()
DCanvas_Delegate.java512 graphics.fillRect(0, 0, w, h); in native_drawColor()
582 graphics.fillRect((int)left, (int)top, in native_drawRect()
DBitmap_Delegate.java347 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in nativeErase()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLCanvas.java90 public abstract void fillRect(float x, float y, float width, float height, int color); in fillRect() method
DGLES20Canvas.java575 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/
DRenderDrawable.java125 gc.fillRect(0, 0, w, h); in getImage()
DRenderSessionImpl.java563 gc.fillRect(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight); in render()
581 gc.fillRect(0, 0, in render()
/frameworks/base/core/java/android/view/
DViewGroup.java3017 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/
Ddevice-art.jd515 ctx.fillRect(offset[0], offset[1], size[0], size[1]);