HomeSort by relevance Sort by last modified time
    Searched refs:fillRect (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Image.cpp 101 ctxt->fillRect(dstRect, color);
GraphicsContext.cpp 708 fillRect(rect.rect(), shadowColor);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 111 gc.fillRect(dirtyRect, Color::white);
PopupListBox.cpp 384 gc->fillRect(r, Color::white);
431 gc->fillRect(rowRect, Color::white);
433 gc->fillRect(rowRect, backColor);
443 gc->fillRect(separatorRect, style.menuType() == PopupMenuStyle::AutofillPopup ? Color(0xdc, 0xdc, 0xdc) : textColor);
WebPluginContainerImpl.cpp 638 context->fillRect(intersection(horizontalOverhangArea, dirtyRect));
639 context->fillRect(intersection(verticalOverhangArea, dirtyRect));
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UndoBarView.java 120 canvas.fillRect(x, y, mSeparatorWidth,
GLRootView.java 435 mCanvas.fillRect(10, 10, 5, 5, mInvalidateColor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 224 gc.fillRect(r);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 67 g.fillRect(0, 0, getWidth(), getHeight());
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_util.js 297 context.fillRect(rect.left, rect.top, rect.width, rect.height);
312 context.fillRect(
316 context.fillRect(
320 context.fillRect(
324 context.fillRect(
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.idl 66 void fillRect(float x, float y, float width, float height);
CanvasRenderingContext2D.h 160 void fillRect(float x, float y, float width, float height);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineWin.cpp 72 void drawProgressBar(WebCanvas* canvas, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate, const WebRect& barRect, const WebRect& fillRect)
75 control.drawProgressBar(webRectToSkIRect(fillRect));
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 434 public void fillRect(int x, int y, int width, int height)
436 graphics.fillRect(x, y, width, height);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 306 paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor());
RenderMediaControls.cpp 192 context->fillRect(highlightRect);
  /external/chromium_org/third_party/flot/
jquery.flot.selection.min.js 79 */(function(e){function t(t){function s(e){n.active&&(h(e),t.getPlaceholder().trigger("plotselecting",[a()]))}function o(t){if(t.which!=1)return;document.body.focus(),document.onselectstart!==undefined&&r.onselectstart==null&&(r.onselectstart=document.onselectstart,document.onselectstart=function(){return!1}),document.ondrag!==undefined&&r.ondrag==null&&(r.ondrag=document.ondrag,document.ondrag=function(){return!1}),c(n.first,t),n.active=!0,i=function(e){u(e)},e(document).one("mouseup",i)}function u(e){return i=null,document.onselectstart!==undefined&&(document.onselectstart=r.onselectstart),document.ondrag!==undefined&&(document.ondrag=r.ondrag),n.active=!1,h(e),m()?f():(t.getPlaceholder().trigger("plotunselected",[]),t.getPlaceholder().trigger("plotselecting",[null])),!1}function a(){if(!m())return null;if(!n.show)return null;var r={},i=n.first,s=n.second;return e.each(t.getAxes(),function(e,t){if(t.used){var n=t.c2p(i[t.direction]),o=t.c2p(s[t.direction]);r[e]={from:Math.min(n,o),to:Math.max(n,o)}}}),r}function f(){var e=a();t.getPlaceholder().trigger("plotselected",[e]),e.xaxis&&e.yaxis&&t.getPlaceholder().trigger("selected",[{x1:e.xaxis.from,y1:e.yaxis.from,x2:e.xaxis.to,y2:e.yaxis.to}])}function l(e,t,n){return t<e?e:t>n?n:t}function c(e,r){var i=t.getOptions(),s=t.getPlaceholder().offset(),o=t.getPlotOffset();e.x=l(0,r.pageX-s.left-o.left,t.width()),e.y=l(0,r.pageY-s.top-o.top,t.height()),i.selection.mode=="y"&&(e.x=e==n.first?0:t.width()),i.selection.mode=="x"&&(e.y=e==n.first?0:t.height())}function h(e){if(e.pageX==null)return;c(n.second,e),m()?(n.show=!0,t.triggerRedrawOverlay()):p(!0)}function p(e){n.show&&(n.show=!1,t.triggerRedrawOverlay(),e||t.getPlaceholder().trigger("plotunselected",[]))}function d(e,n){var r,i,s,o,u=t.getAxes();for(var a in u){r=u[a];if(r.direction==n){o=n+r.n+"axis",!e[o]&&r.n==1&&(o=n+"axis");if(e[o]){i=e[o].from,s=e[o].to;break}}}e[o]||(r=n=="x"?t.getXAxes()[0]:t.getYAxes()[0],i=e[n+"1"],s=e[n+"2"]);if(i!=null&&s!=null&&i>s){var f=i;i=s,s=f}return{from:i,to:s,axis:r}}function v(e,r){var i,s,o=t.getOptions();o.selection.mode=="y"?(n.first.x=0,n.second.x=t.width()):(s=d(e,"x"),n.first.x=s.axis.p2c(s.from),n.second.x=s.axis.p2c(s.to)),o.selection.mode=="x"?(n.first.y=0,n.second.y=t.height()):(s=d(e,"y"),n.first.y=s.axis.p2c(s.from),n.second.y=s.axis.p2c(s.to)),n.show=!0,t.triggerRedrawOverlay(),!r&&m()&&f()}function m(){var e=t.getOptions().selection.minSize;return Math.abs(n.second.x-n.first.x)>=e&&Math.abs(n.second.y-n.first.y)>=e}var n={first:{x:-1,y:-1},second:{x:-1,y:-1},show:!1,active:!1},r={},i=null;t.clearSelection=p,t.setSelection=v,t.getSelection=a,t.hooks.bindEvents.push(function(e,t){var n=e.getOptions();n.selection.mode!=null&&(t.mousemove(s),t.mousedown(o))}),t.hooks.drawOverlay.push(function(t,r){if(n.show&&m()){var i=t.getPlotOffset(),s=t.getOptions();r.save(),r.translate(i.left,i.top);var o=e.color.parse(s.selection.color);r.strokeStyle=o.scale("a",.8).toString(),r.lineWidth=1,r.lineJoin=s.selection.shape,r.fillStyle=o.scale("a",.4).toString();var u=Math.min(n.first.x,n.second.x)+.5,a=Math.min(n.first.y,n.second.y)+.5,f=Math.abs(n.second.x-n.first.x)-1,l=Math.abs(n.second.y-n.first.y)-1;r.fillRect(u,a,f,l),r.strokeRect(u,a,f,l),r.restore()}}),t.hooks.shutdown.push(function(t,n){n.unbind("mousem (…)
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyScene.java 249 g2.fillRect(bounds.x, bounds.y, bounds.width, bounds.height);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 213 public void fillRect(float x, float y, float width, float height, int color) {
521 fillRect(target.left, target.top, target.width(), target.height(), toColor);
554 fillRect(x, y, width, height, toColor);
    [all...]
GLES20Canvas.java 575 public void fillRect(float x, float y, float width, float height, int color) {
780 fillRect(target.left, target.top, target.width(), target.height(), toColor);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 128 graphics.fillRect(bounds);
398 graphics.fillRect(targetBounds.x, targetY - PARENT_RECT_SIZE / 2,
628 graphics.fillRect(targetX - PARENT_RECT_SIZE / 2, targetBounds.y,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 381 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/win/
TransparencyWin.cpp 274 m_drawContext->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 575 public void fillRect(float x, float y, float width, float height, int color) {
780 fillRect(target.left, target.top, target.width(), target.height(), toColor);
    [all...]

Completed in 2577 milliseconds

1 23 4 5