Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/splash/
DBufferedSprite.java117 … 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()
DClipSprite.java66 graphics.fillRect(0, 0, clip.width, clip.height); in paint()
DOverrideGraphics2D.java434 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/
Ddisplay.js326 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);
Drfb.js1124 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/
Dspeed.js9 canvas.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
Dpath.js21 context.fillRect(context.width/2, context.height/2, 20, 20);
Dsnow.js35 ctx.fillRect(0, 0, W-1, H-1);
Dgears.js142 ctx.fillRect(0, 0, 499, 499);
/external/skia/src/images/
DSkMovie_gif.cpp203 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/
Draytrace.js633 this.canvas.fillRect (x * pxW, y * pxH, pxW, pxH);