Home
last modified time | relevance | path

Searched refs:fillStyle (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/inspector/front-end/
DSummaryBar.js100 ctx.fillStyle = color;
107 ctx.fillStyle = gradient;
114 ctx.fillStyle = gradient;
250 ctx.fillStyle = segments[i].color;
286 ctx.fillStyle = darkGradient;
289 ctx.fillStyle = lightGradient;
323 ctx.fillStyle = gradient;
DTimelineOverviewPane.js584 ctx.fillStyle = "rgba(214,225,254, 0.8);";
595 ctx.fillStyle = "rgba(255,255,255,0.8)";
Dinspector.js1143 g.fillStyle = lightColor;
1155 g.fillStyle = darkColor;
/external/chromium/chrome/browser/resources/gpu_internals/
Dfast_rect_renderer.js97 this.ctx_.fillStyle = this.pallette_[colorId];
108 this.ctx_.fillStyle = this.pallette_[this.mergedColorId];
Dtimeline_track.js260 ctx.fillStyle = 'rgb(0,0,0)';
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
Dloupe.js104 targetContext.fillStyle = 'rgba(255, 255, 255, 1)';
130 targetContext.fillStyle = 'rgba(' + colorString + ')';
Dmain.js421 imageCanvasContext.fillStyle = 'rgba(255, 255, 255, 1)';
/external/chromium/chrome/browser/resources/bookmark_manager/css/
Dbmm.css.js8 ctx.fillStyle = '#000';
/external/chromium/chrome/browser/resources/shared/css/
Dtree.css.js10 ctx.fillStyle = '#000';
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CanvasRenderingContext2DCustom.cpp92 return toV8Object(impl->fillStyle()); in fillStyleAccessorGetter()
/external/webkit/Source/WebCore/xml/
DXMLViewer.js371 ctx.fillStyle = "rgb(90,90,90)";
382 ctx.fillStyle = "rgb(90,90,90)";
/external/chromium/chrome/browser/resources/
Dmobile_setup.js245 ctx.fillStyle = "rgba(240, 30, 29, " + opacity + ")";
/external/webkit/Source/WebCore/bindings/js/
DJSCanvasRenderingContext2DCustom.cpp82 JSValue JSCanvasRenderingContext2D::fillStyle(ExecState* exec) const in fillStyle() function in WebCore::JSCanvasRenderingContext2D
85 return toJS(exec, context->fillStyle()); in fillStyle()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.h81 CanvasStyle* fillStyle() const;
DCanvasRenderingContext2D.idl173 attribute [Custom] custom fillStyle;
DCanvasRenderingContext2D.cpp363 CanvasStyle* CanvasRenderingContext2D::fillStyle() const in fillStyle() function in WebCore::CanvasRenderingContext2D
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.min.js1fillStyle=R(g.grid.backgroundColor,t,0,"rgba(255, 255, 255, 0)");Y.fillRect(0,0,I,t)}var AL=g.grid…
/external/v8/benchmarks/
Draytrace.js632 this.canvas.fillStyle = color.toString();
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-raytrace.js627 this.canvas.fillStyle = color.toString();
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-raytrace.js658 this.canvas.fillStyle = color.toString();
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-raytrace.js658 this.canvas.fillStyle = color.toString();
/external/webkit/Source/WebKit/gtk/
DNEWS120 Bug 39168 - Canvas: 2d.fillStyle.parse.system.html fails (Andreas Kling)
/external/webkit/Source/WebCore/
DChangeLog-2011-02-162404 Canvas: 2d.fillStyle.parse.system.html fails
23984 [Qt] Incorrect shadow alpha with semi-transparent solid fillStyle
24754 [Qt] Incorrect shadow alpha with pattern fillStyle
31972 Shadows are not drawn when filling a rect with a gradient fillStyle on Mac and Chromium-Mac
DChangeLog-2009-06-1613729 (WebCore::JSCanvasRenderingContext2D::fillStyle):
57372 (WebCore::JSCanvasRenderingContext2D::fillStyle):
70659 [Canvas] Transparent fillStyle stops line rendering
93325 Canvas fillStyle() and strokeStyle() needs fallback
DChangeLog-2010-12-0699792 Canvas: Fast-path for assigning the same color string as before to fillStyle or strokeStyle
100147 Assigning the same CanvasGradient or CanvasPattern to fillStyle
100160 Canvas: Make assigning the same fillStyle or strokeStyle a fast no-op

12