Home
last modified time | relevance | path

Searched refs:strokeStyle (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
Dbackground.js41 ctx.fillStyle = ctx.strokeStyle = (
48 ctx.fillStyle = ctx.strokeStyle = colors.progressColor;
57 ctx.strokeStyle = ctx.fillStyle = colors.arrow;
78 ctx.strokeStyle = colors.background;
94 ctx.strokeStyle = colors.background;
111 ctx.strokeStyle = colors.background;
/external/chromium-trace/trace-viewer/src/tracing/tracks/
Dobject_instance_track.js106 ctx.strokeStyle = 'rgb(0,0,0)';
151 ctx.strokeStyle = 'rgb(100,100,0)';
157 ctx.strokeStyle = 'rgb(255,255,0)';
161 ctx.strokeStyle = 'rgb(0,0,0)';
Druler_track.js108 ctx.strokeStyle = color;
207 ctx.strokeStyle = 'rgb(0, 0, 0)';
/external/chromium-trace/trace-viewer/src/ui/
Dquad_view.js223 ctx.strokeStyle = quad.borderColor;
225 ctx.strokeStyle = 'rgb(128,128,128)';
240 ctx.strokeStyle = tmp.toString();
242 ctx.strokeStyle = quad.upperBorderColor;
/external/chromium_org/third_party/skia/gm/
Dglyph_pos.cpp24 GlyphPosGM(SkScalar strokeWidth, SkPaint::Style strokeStyle) in GlyphPosGM() argument
26 , fStrokeStyle(strokeStyle) { in GlyphPosGM()
/external/chromium-trace/trace-viewer/src/tracing/
Dtimeline_viewport.js333 ctx.strokeStyle = 'rgba(255,0,0,0.25)';
412 ctx.strokeStyle = this.color;
424 ctx.strokeStyle = this.color;
/external/chromium_org/content/browser/resources/media/
Dtimeline_graph_view.js198 context.strokeStyle = GRID_COLOR;
232 context.strokeStyle = GRID_COLOR;
497 context.strokeStyle = this.dataSeries_[i].getColor();
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dtree.css.js42 ctx.strokeStyle = strokeColor;
/external/chromium_org/third_party/skia/experimental/SkV8Example/
Dgears.js42 dl.strokeStyle = color;
89 ctx.strokeStyle = gear.sideColor;
Dpath.js14 context.strokeStyle = '#0000' + toHex(i);
/external/skia/experimental/SkV8Example/
Dgears.js42 dl.strokeStyle = color;
89 ctx.strokeStyle = gear.sideColor;
Dpath.js14 context.strokeStyle = '#0000' + toHex(i);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
Dpopup.js90 ctx.strokeStyle = '#ffffff';
102 ctx.strokeStyle = '#696969';
114 ctx.strokeStyle = '#990000';
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineFrameOverview.js229 this._context.strokeStyle = "rgba(60, 60, 60, 0.4)";
265 … this._context.strokeStyle = WebInspector.TimelineUIUtils.categories()[category].borderColor;
278 this._context.strokeStyle = "rgba(90, 90, 90, 0.2)";
DTimelineMemoryOverview.js136 ctx.strokeStyle = "hsl(220, 90%, 70%)";
/external/chromium_org/third_party/flot/
Djquery.flot.errorbars.min.js63 …dth=N,t.strokeStyle="rgba(0,0,0,0.1)",s(t,f[v],g,y,b,w,E,S,a,N+N/2,m),t.strokeStyle="rgba(0,0,0,0.…
Djquery.flot.min.js28strokeStyle=o.color||a.grid.markingsColor,h.lineWidth=o.lineWidth||a.grid.markingsLineWidth,h.move…
Djquery.flot.crosshair.min.js59 …top);if(t.x!=-1){var s=e.getOptions().crosshair.lineWidth%2===0?0:.5;n.strokeStyle=r.color,n.lineW…
/external/chromium_org/chrome/browser/resources/net_internals/
Dtimeline_graph_view.js364 context.strokeStyle = GRID_COLOR;
433 context.strokeStyle = GRID_COLOR;
682 context.strokeStyle = this.dataSeries_[i].getColor();
/external/skia/tools/skpdiff/
Ddiff_viewer.js123 ctx.strokeStyle = 'red';
165 ctx.strokeStyle = 'red';
/external/chromium_org/third_party/skia/tools/skpdiff/
Ddiff_viewer.js123 ctx.strokeStyle = 'red';
165 ctx.strokeStyle = 'red';
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp667 StrokeStyle strokeStyle = SolidStroke; in textDecorationStyleToStrokeStyle() local
670 strokeStyle = SolidStroke; in textDecorationStyleToStrokeStyle()
673 strokeStyle = DoubleStroke; in textDecorationStyleToStrokeStyle()
676 strokeStyle = DottedStroke; in textDecorationStyleToStrokeStyle()
679 strokeStyle = DashedStroke; in textDecorationStyleToStrokeStyle()
682 strokeStyle = WavyStroke; in textDecorationStyleToStrokeStyle()
686 return strokeStyle; in textDecorationStyleToStrokeStyle()
770 context->adjustLineToPixelBoundaries(p1, p2, strokeThickness, context->strokeStyle()); in strokeWavyTextDecoration()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8CanvasRenderingContext2DCustom.cpp71 v8SetReturnValue(info, toV8Object(impl->strokeStyle(), info.Holder(), info.GetIsolate())); in strokeStyleAttributeGetterCustom()
/external/chromium_org/chrome/browser/resources/chromeos/
Dchoose_mobile_network.js119 ctx.strokeStyle = '#4e73c7';
/external/chromium_org/third_party/WebKit/Source/core/paint/
DObjectPainter.cpp159 StrokeStyle oldStrokeStyle = graphicsContext->strokeStyle(); in drawDashedOrDottedBoxSide()
186 StrokeStyle oldStrokeStyle = graphicsContext->strokeStyle(); in drawDoubleBoxSide()
302 StrokeStyle oldStrokeStyle = graphicsContext->strokeStyle(); in drawSolidBoxSide()

123