Home
last modified time | relevance | path

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

12

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java202 g.fillRect(0,0,d.width,d.height); in paint()
239 g.fillRect((int)(width), labelHeight , in paint()
242 g.fillRect(0, labelHeight , in paint()
247 g.fillRect(0, (int)(labelHeight + cellHeight), in paint()
255 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
258 g.fillRect(d.width - width, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
/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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dcolor-handler.js31 context.fillRect(0, 0, 1, 1);
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java596 g.fillRect(0,0,d.width,d.height); in paint()
626 g.fillRect((int)(width), labelHeight , in paint()
630 g.fillRect(0, (int)(labelHeight + cellHeight), in paint()
637 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java552 g.fillRect(x, y, w, h); in paintRect()
564 g.fillRect(line, activePoint.y, 1, lineHeight); in drawSelection()
592 g.fillRect(line, caretPoint.y, 1, lineHeight); in drawSelection()
595 g.fillRect(braces, caretPoint.y, w, 1); in drawSelection()
596 g.fillRect(braces, caretPoint.y + lineHeight - 1, w, 1); in drawSelection()
/external/chromium-trace/catapult/experimental/heatmap/
Ddraw.js44 this.context.fillRect(time, bucket, 1, 1);
Drenderer.js128 this.context.fillRect(t, y, 1, 1);
/external/skia/src/images/
DSkMovie_gif.cpp205 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, in fillRect() function
324 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top, in disposeFrameIfNeeded()
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.selection.min.js7 …ction.first.x)-1,h=Math.abs(selection.second.y-selection.first.y)-1;ctx.fillRect(x,y,w,h);ctx.stro…
Djquery.flot.selection.js330 ctx.fillRect(x, y, w, h);
Djquery.flot.min.js7 …options.grid.backgroundColor,plotHeight,0,"rgba(255, 255, 255, 0)");ctx.fillRect(0,0,plotWidth,plo…
8fillRect(xrange.from,yrange.to,xrange.to-xrange.from,yrange.from-yrange.to)}}}axes=allAxes();bw=op…
Djquery.flot.js1939 ctx.fillRect(0, 0, plotWidth, plotHeight);
2018 ctx.fillRect(xrange.from, yrange.to,
2633 c.fillRect(left, top, right - left, bottom - top)
Dexcanvas.js736 contextPrototype.fillRect = function(aX, aY, aWidth, aHeight) { function
Dexcanvas.min.js1 …his.lineTo(m,j+p);this.closePath();this.stroke();this.currentPath_=Z};q.fillRect=function(m,j,i,p)…
/external/v8/benchmarks/
Draytrace.js633 this.canvas.fillRect (x * pxW, y * pxH, pxW, pxH);
/external/opencv3/modules/highgui/src/
Dwindow_QT.cpp3061 painter->fillRect(QRect(0, 0, width(), qrect.height() + 2*border), in drawInstructions()
3064 painter->fillRect(QRect(0, 0, width(), qrect.height() + 2*border), in drawInstructions()
/external/chromium-trace/catapult/telemetry/third_party/flot/
Djquery.flot.min.js28fillRect(0,0,g,y),h.restore()}function Q(){var t,n,r,i;h.save(),h.translate(m.left,m.top);var s=a.…

12