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

/frameworks/base/core/jni/android/graphics/
H A DGIFMovie.cpp204 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, function
323 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top,
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java90 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);
/frameworks/base/core/java/android/view/
H A DViewGroup.java3934 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { method in class:ViewGroup
3951 fillRect(c, paint, x1, y1, x1 + dx, y1 + lw * sign(dy));
3952 fillRect(c, paint, x1, y1, x1 + lw * sign(dx), y1 + dy);
3972 fillRect(canvas, paint, x1, y1, x4, y2);
3973 fillRect(canvas, paint, x1, y2, x2, y3);
3974 fillRect(canvas, paint, x3, y2, x4, y3);
3975 fillRect(canvas, paint, x1, y3, x4, y4);

Completed in 88 milliseconds