Home
last modified time | relevance | path

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

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java204 g.fillRect(0,0,d.width,d.height); in paint()
241 g.fillRect((int)(width), labelHeight , in paint()
244 g.fillRect(0, labelHeight , in paint()
249 g.fillRect(0, (int)(labelHeight + cellHeight), in paint()
257 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
260 g.fillRect(d.width - width, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DGroupBorder.java35 gg.fillRect(0, titleHeight, width, height); in paintBorder()
39 gg.fillRect(0, 0, width, height); in paintBorder()
DImagePanel.java87 gg.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
92 gg.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
/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.js233 this._drawCtx.fillRect(x1, 0, w, vp.h);
237 this._drawCtx.fillRect(0, y1, vp.w, h);
328 fillRect: function (x, y, width, height, color) { method in Display
330 this._drawCtx.fillRect(x - this._viewportLoc.x, y - this._viewportLoc.y, width, height);
371 this.fillRect(x, y, width, height, color);
402 this.fillRect(this._tile_x + x, this._tile_y + y, w, h, color);
592 this.fillRect(a.x, a.y, a.width, a.height, a.color);
Drfb.js1414 … this._display.fillRect(this._FBU.x, this._FBU.y, this._FBU.width, this._FBU.height, color);
1423 this._display.fillRect(this._FBU.x + x, this._FBU.y + y, width, height, color);
1499 this._display.fillRect(x, y, w, h, rQ, rQi);
/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/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java598 g.fillRect(0,0,d.width,d.height); in paint()
628 g.fillRect((int)(width), labelHeight , in paint()
632 g.fillRect(0, (int)(labelHeight + cellHeight), in paint()
639 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java554 g.fillRect(x, y, w, h); in paintRect()
566 g.fillRect(line, activePoint.y, 1, lineHeight); in drawSelection()
594 g.fillRect(line, caretPoint.y, 1, lineHeight); in drawSelection()
597 g.fillRect(braces, caretPoint.y, w, 1); in drawSelection()
598 g.fillRect(braces, caretPoint.y + lineHeight - 1, w, 1); in drawSelection()
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTweenApplet.java150 gg.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
DTimelineApplet.java222 gg.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
/external/v8/benchmarks/
Draytrace.js633 this.canvas.fillRect (x * pxW, y * pxH, pxW, pxH);