HomeSort by relevance Sort by last modified time
    Searched refs:strokeStyle (Results 26 - 40 of 40) 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 651 void PlatformGraphicsContextRecording::setStrokeStyle(StrokeStyle style)
    [all...]
  /external/chromium-trace/
script.js 25 b,d,f){if(this.gridEnabled){var g=this.gridTimebase;for(a.beginPath();g<d;){if(g>=b){var c=this.xWorldToView(g);a.moveTo(c,0);a.lineTo(c,f)}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,d,f,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()},
32 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,d,f,g,c){a.beginPath();var h=this.positionWorld_;h>=b&&h<d&&(b=c.xWorldToView(h),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!=f&&(a.beginPath(),a.moveTo(b,g),a.lineTo(b,f),a.closePath(),a.strokeStyle=
33 this.color,a.stroke()))},drawLine:function(a,b,d,f,g){a.beginPath();var c=this.positionWorld_;c>=b&&c<d&&(b=g.xWorldToView(c),a.moveTo(b,0),a.lineTo(b,f));a.strokeStyle=this.color;a.stroke()}};return{TimelineViewport:e,TimelineViewportMarker:c}});
61 b.moveTo(w-4*e,g),b.lineTo(w,0),b.lineTo(w+4*e,g),b.closePath(),b.fill())}p.flush();b.restore();p=window.devicePixelRatio||1;if(8<g){b.textAlign="center";b.textBaseline="top";b.font=10*p+"px sans-serif";b.strokeStyle="rgb(0,0,0)";b.fillStyle="rgb(0,0,0)";w=20*e;x=this.SHOULD_ELIDE_TEXT;for(u=t;u<s.length;++u){r=s[u];if(r.start>f)break;r.duration>w&&(t=r.title,r.didNotFinish&&(t+=" (Did Not Finish)"),v=this.labelWidth(t),x&&this.labelWidthWorld(t,e)>r.duration&&(v=this.elidedTitleCache.get(this,e,
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
box2d.js     [all...]
pdfjs.js     [all...]

Completed in 680 milliseconds

12