HomeSort by relevance Sort by last modified time
    Searched refs:fillRect (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEFlood.cpp 125 resultImage->context()->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size()), color);
FETile.cpp 151 filterContext->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size()));
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 92 public abstract void fillRect(float x, float y, float width, float height, int color);
  /packages/apps/Camera/src/com/android/camera/
CaptureAnimManager.java 123 canvas.fillRect(mX, mY, mDrawWidth, mDrawHeight, color);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 92 public abstract void fillRect(float x, float y, float width, float height, int color);
  /packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
GLCanvas.java 92 public abstract void fillRect(float x, float y, float width, float height, int color);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 47 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight());
103 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight());
136 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight());
171 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GeneratorGeneratedImage.cpp 46 destContext->fillRect(FloatRect(FloatPoint(), m_size));
135 m_cachedImageBuffer->context()->fillRect(FloatRect(FloatPoint(), adjustedSize));
GraphicsContext.h 226 void fillRect(const FloatRect&);
227 void fillRect(const FloatRect&, const Color&);
228 void fillRect(const FloatRect&, const Color&, CompositeOperator);
Image.cpp 103 ctxt->fillRect(dstRect, color);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 56 gc.fillRect(bounds);
73 gc.fillRect(bounds);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
OpaqueRegionSkia.cpp 201 void OpaqueRegionSkia::didDrawRect(const GraphicsContext* context, const SkRect& fillRect, const SkPaint& paint, const SkBitmap* sourceBitmap)
211 strokeRect = paint.computeFastBounds(fillRect, &strokeRect);
217 didDraw(context, fillRect, paint, sourceBitmap, fillsBounds, FillOnly);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 113 context->fillRect(cornerRect, Color::white);
RenderBoxModelObject.cpp 585 context->fillRect(border.rect(), bgColor);
589 context->fillRect(pixelSnappedIntRect(rect), bgColor);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 101 gc.fillRect(dirtyRect, Color::white);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java 125 gc.fillRect(0, 0, w, h);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 292 public void fillRect(int x1, int y1, int x2, int y2) {
303 public void fillRect(@NonNull Point p1, @NonNull Point p2) {
304 fillRect(p1.x, p1.y, p2.x, p2.y);
308 public void fillRect(@NonNull Rect r) {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 310 g2.fillRect(0, 0, grid.getWidth(), grid.getHeight());
441 g.fillRect(0, 0, getWidth(), getHeight());
470 g.fillRect(0, 0, getWidth(), getHeight());
551 g.fillRect(0, 0, getWidth(), getHeight());
565 g.fillRect(0, 0, getWidth(), getHeight());
651 g.fillRect(insets.left, insets.top, getWidth() - insets.left - insets.right,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 301 gc.fillRect(new Rect(cellBounds.x - radius,
307 gc.fillRect(new Rect(cellBounds.x + radius, cellBounds.y - radius,
312 gc.fillRect(new Rect(cellBounds.x + radius, cellBounds.y + radius,
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 472 void WebTestThemeControlWin::drawProgressBar(const SkIRect& fillRect)
482 tofill.intersect(m_irect, fillRect);
  /external/chromium_org/third_party/flot/
jquery.flot.selection.min.js 1 (function(a){function b(k){var p={first:{x:-1,y:-1},second:{x:-1,y:-1},show:false,active:false};var m={};var r=null;function e(s){if(p.active){l(s);k.getPlaceholder().trigger("plotselecting",[g()])}}function n(s){if(s.which!=1){return}document.body.focus();if(document.onselectstart!==undefined&&m.onselectstart==null){m.onselectstart=document.onselectstart;document.onselectstart=function(){return false}}if(document.ondrag!==undefined&&m.ondrag==null){m.ondrag=document.ondrag;document.ondrag=function(){return false}}d(p.first,s);p.active=true;r=function(t){j(t)};a(document).one("mouseup",r)}function j(s){r=null;if(document.onselectstart!==undefined){document.onselectstart=m.onselectstart}if(document.ondrag!==undefined){document.ondrag=m.ondrag}p.active=false;l(s);if(f()){i()}else{k.getPlaceholder().trigger("plotunselected",[]);k.getPlaceholder().trigger("plotselecting",[null])}return false}function g(){if(!f()){return null}var u={},t=p.first,s=p.second;a.each(k.getAxes(),function(v,w){if(w.used){var y=w.c2p(t[w.direction]),x=w.c2p(s[w.direction]);u[v]={from:Math.min(y,x),to:Math.max(y,x)}}});return u}function i(){var s=g();k.getPlaceholder().trigger("plotselected",[s]);if(s.xaxis&&s.yaxis){k.getPlaceholder().trigger("selected",[{x1:s.xaxis.from,y1:s.yaxis.from,x2:s.xaxis.to,y2:s.yaxis.to}])}}function h(t,u,s){return u<t?t:(u>s?s:u)}function d(w,t){var v=k.getOptions();var u=k.getPlaceholder().offset();var s=k.getPlotOffset();w.x=h(0,t.pageX-u.left-s.left,k.width());w.y=h(0,t.pageY-u.top-s.top,k.height());if(v.selection.mode=="y"){w.x=w==p.first?0:k.width()}if(v.selection.mode=="x"){w.y=w==p.first?0:k.height()}}function l(s){if(s.pageX==null){return}d(p.second,s);if(f()){p.show=true;k.triggerRedrawOverlay()}else{q(true)}}function q(s){if(p.show){p.show=false;k.triggerRedrawOverlay();if(!s){k.getPlaceholder().trigger("plotunselected",[])}}}function c(s,w){var t,y,z,A,x=k.getAxes();for(var u in x){t=x[u];if(t.direction==w){A=w+t.n+"axis";if(!s[A]&&t.n==1){A=w+"axis"}if(s[A]){y=s[A].from;z=s[A].to;break}}}if(!s[A]){t=w=="x"?k.getXAxes()[0]:k.getYAxes()[0];y=s[w+"1"];z=s[w+"2"]}if(y!=null&&z!=null&&y>z){var v=y;y=z;z=v}return{from:y,to:z,axis:t}}function o(t,s){var v,u,w=k.getOptions();if(w.selection.mode=="y"){p.first.x=0;p.second.x=k.width()}else{u=c(t,"x");p.first.x=u.axis.p2c(u.from);p.second.x=u.axis.p2c(u.to)}if(w.selection.mode=="x"){p.first.y=0;p.second.y=k.height()}else{u=c(t,"y");p.first.y=u.axis.p2c(u.from);p.second.y=u.axis.p2c(u.to)}p.show=true;k.triggerRedrawOverlay();if(!s&&f()){i()}}function f(){var s=5;return Math.abs(p.second.x-p.first.x)>=s&&Math.abs(p.second.y-p.first.y)>=s}k.clearSelection=q;k.setSelection=o;k.getSelection=g;k.hooks.bindEvents.push(function(t,s){var u=t.getOptions();if(u.selection.mode!=null){s.mousemove(e);s.mousedown(n)}});k.hooks.drawOverlay.push(function(v,D){if(p.show&&f()){var t=v.getPlotOffset();var s=v.getOptions();D.save();D.translate(t.left,t.top);var z=a.color.parse(s.selection.color);D.strokeStyle=z.scale("a",0.8).toString();D.lineWidth=1;D.lineJoin="round";D.fillStyle=z.scale("a",0.4).toString();var B=Math.min(p.first.x,p.second.x),A=Math.min(p.first.y,p.second.y),C=Math.abs(p.second.x-p.first.x),u=Math.abs(p.second.y-p.first.y);D.fillRect(B,A,C,u);D.strokeRect(B,A,C,u);D.restore()}});k.hooks.shutdown.push(function(t,s){s.unbind("mousem (…)
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
318 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top,
  /external/skia/src/images/
SkMovie_gif.cpp 199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
318 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.cpp 266 context->fillRect(caret, caretColor);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineOverviewPane.js 577 this._context.fillRect(0.5, i * stripHeight + 0.5, this._canvas.width, stripHeight);
631 this._context.fillRect(0, 0, width, WebInspector.TimelineEventOverview._stripGradientHeight);
809 this._context.fillRect(labelX - labelWidth, labelY, labelWidth, lineHeight);
840 this._context.fillRect(0, y, this._maxInnerBarWidth, Math.floor(height));
    [all...]

Completed in 8015 milliseconds

12 3 4 5