Searched refs:fillRect (Results 1 – 11 of 11) sorted by relevance
/external/proguard/src/proguard/gui/splash/ |
D | BufferedSprite.java | 117 … bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null)); in paint() 123 … bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null)); in paint()
|
D | ClipSprite.java | 66 graphics.fillRect(0, 0, clip.width, clip.height); in paint()
|
D | OverrideGraphics2D.java | 434 public void fillRect(int x, int y, int width, int height) in fillRect() method in OverrideGraphics2D 436 graphics.fillRect(x, y, width, height); in fillRect()
|
/external/libvncserver/webclients/novnc/include/ |
D | display.js | 326 c_ctx.fillRect(x1, 0, w, v.h); 332 c_ctx.fillRect(0, y1, v.w, h); 419 that.fillRect = function(x, y, width, height, color) { function 421 c_ctx.fillRect(x - viewport.x, y - viewport.y, width, height); 458 that.fillRect(x, y, width, height, color); 488 that.fillRect(tile_x + x, tile_y + y, w, h, color);
|
D | rfb.js | 1124 display.fillRect(FBU.x, FBU.y, FBU.width, FBU.height, color); 1132 display.fillRect(FBU.x + x, FBU.y + y, width, height, color); 1225 display.fillRect(x, y, w, h, FBU.background); 1553 display.fillRect(data.x, data.y, data.width, data.height, data.color);
|
/external/skia/experimental/SkV8Example/js/ |
D | speed.js | 9 canvas.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
|
D | path.js | 21 context.fillRect(context.width/2, context.height/2, 20, 20);
|
D | snow.js | 35 ctx.fillRect(0, 0, W-1, H-1);
|
D | gears.js | 142 ctx.fillRect(0, 0, 499, 499);
|
/external/skia/src/images/ |
D | SkMovie_gif.cpp | 203 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, in fillRect() function 322 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top, in disposeFrameIfNeeded()
|
/external/v8/benchmarks/ |
D | raytrace.js | 633 this.canvas.fillRect (x * pxW, y * pxH, pxW, pxH);
|