Searched refs:fillRect (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPorterDuffColorFilter_Delegate.java71 g.fillRect(0, 0, width, height);
H A DBaseCanvas_Delegate.java153 graphics.fillRect(0, 0, w, h);
169 (graphics, paintDelegate) -> graphics.fillRect((int)x, (int)y, 1, 1));
217 graphics.fillRect((int)left, (int)top,
H A DBitmap_Delegate.java356 g.fillRect(0, 0, image.getWidth(), image.getHeight());
/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/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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java171 gc.fillRect(0, 0, w, h);
H A DRenderSessionImpl.java525 gc.fillRect(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight);
547 gc.fillRect(0, 0,
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java222 g2.fillRect(0, 0, destWidth, destHeight);
/frameworks/base/core/java/android/view/
H A DViewGroup.java3822 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { method in class:ViewGroup
3839 fillRect(c, paint, x1, y1, x1 + dx, y1 + lw * sign(dy));
3840 fillRect(c, paint, x1, y1, x1 + lw * sign(dx), y1 + dy);
3860 fillRect(canvas, paint, x1, y1, x4, y2);
3861 fillRect(canvas, paint, x1, y2, x2, y3);
3862 fillRect(canvas, paint, x3, y2, x4, y3);
3863 fillRect(canvas, paint, x1, y3, x4, y4);

Completed in 232 milliseconds