HomeSort by relevance Sort by last modified time
    Searched refs:strokeStyle (Results 26 - 38 of 38) sorted by null

12

  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 78 CanvasStyle* strokeStyle() const;
CanvasRenderingContext2D.idl 172 attribute [Custom] custom strokeStyle;
CanvasRenderingContext2D.cpp 95 virtual void strokeStyle(GraphicsContext* c)
334 CanvasStyle* CanvasRenderingContext2D::strokeStyle() const
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderMediaControlsChromium.cpp 222 StrokeStyle originalStyle = context->strokeStyle();
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 121 void GraphicsContext::setStrokeStyle(StrokeStyle style)
123 m_state.strokeStyle = style;
187 StrokeStyle GraphicsContext::strokeStyle() const
189 return m_state.strokeStyle;
692 void GraphicsContext::setPlatformStrokeStyle(StrokeStyle)
718 void GraphicsContext::adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, StrokeStyle penStyle)
  /external/chromium/chrome/browser/resources/
network_menu.js 24 ctx.strokeStyle = '#4e73c7';
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 93 StrokeStyle m_strokeStyle;
488 StrokeStyle PlatformContextSkia::getStrokeStyle() const
493 void PlatformContextSkia::setStrokeStyle(StrokeStyle strokeStyle)
495 m_state->m_strokeStyle = strokeStyle;
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 141 static Qt::PenStyle toQPenStyle(StrokeStyle style)
343 StrokeStyle style = strokeStyle();
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
TimelineOverviewPane.js 581 ctx.strokeStyle = "rgba(20,0,0,0.8)";
inspector.js     [all...]
  /external/v8/benchmarks/spinning-balls/
v.js 289 this.ctx.strokeStyle = "black";
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 652 void PlatformGraphicsContextRecording::setStrokeStyle(StrokeStyle style)
    [all...]
  /external/chromium-trace/
script.js 33 b,f,e){if(this.gridEnabled){var g=this.gridTimebase;for(a.beginPath();g<f;){if(g>=b){var c=this.xWorldToView(g);a.moveTo(c,0);a.lineTo(c,e)}g+=this.gridStep}a.strokeStyle="rgba(255,0,0,0.25)";a.stroke()}for(g=0;g<this.markers.length;++g)this.markers[g].drawLine(a,b,f,e,this)},setWhenPossible:function(a){this.pendingSetFunction_=a},get isAttachedToDocument_(){for(var a=this.parentEl_;a.parentNode;)a=a.parentNode;return a==this.parentEl_.ownerDocument},onResize_:function(){this.dispatchChangeEvent()},
40 a;this.viewport_.dispatchChangeEvent()},set selected(a){this.selected_=a;this.viewport_.dispatchChangeEvent()},get selected(){return this.selected_},get color(){return this.selected?"rgb(255,0,0)":"rgb(0,0,0)"},drawTriangle_:function(a,b,f,e,g,c){a.beginPath();var d=this.positionWorld_;d>=b&&d<f&&(b=c.xWorldToView(d),a.moveTo(b,g),a.lineTo(b-3,g/2),a.lineTo(b+3,g/2),a.lineTo(b,g),a.closePath(),a.fillStyle=this.color,a.fill(),g!=e&&(a.beginPath(),a.moveTo(b,g),a.lineTo(b,e),a.closePath(),a.strokeStyle=
41 this.color,a.stroke()))},drawLine:function(a,b,f,e,g){a.beginPath();var c=this.positionWorld_;c>=b&&c<f&&(b=g.xWorldToView(c),a.moveTo(b,0),a.lineTo(b,e));a.strokeStyle=this.color;a.stroke()}};return{TimelineViewport:d,ViewportMarker:c}});
69 b.moveTo(w-4*d,g),b.lineTo(w,0),b.lineTo(w+4*d,g),b.closePath(),b.fill())}q.flush();b.restore();q=window.devicePixelRatio||1;if(8<g){b.textAlign="center";b.textBaseline="top";b.font=10*q+"px sans-serif";b.strokeStyle="rgb(0,0,0)";b.fillStyle="rgb(0,0,0)";w=20*d;v=this.SHOULD_ELIDE_TEXT;for(u=r;u<p.length;++u){s=p[u];if(s.start>e)break;s.duration>w&&(r=s.title,s.didNotFinish&&(r+=" (Did Not Finish)"),x=this.labelWidth(r),v&&this.labelWidthWorld(r,d)>s.duration&&(x=this.elidedTitleCache.get(this,d,
    [all...]

Completed in 828 milliseconds

12