HomeSort by relevance Sort by last modified time
    Searched refs:closePath (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/svg/
SVGPathStringBuilder.h 43 virtual void closePath();
SVGPathBuilder.h 49 virtual void closePath();
SVGPathConsumer.h 56 virtual void closePath() = 0;
SVGPathSegListBuilder.h 57 virtual void closePath();
SVGPathTraversalStateBuilder.h 47 virtual void closePath();
SVGPathBuilder.cpp 64 void SVGPathBuilder::closePath()
SVGPathByteStreamBuilder.h 47 virtual void closePath();
SVGPathTraversalStateBuilder.cpp 54 void SVGPathTraversalStateBuilder::closePath()
SVGPathByteStreamBuilder.cpp 109 void SVGPathByteStreamBuilder::closePath()
SVGPathStringBuilder.cpp 110 void SVGPathStringBuilder::closePath()
SVGPathSegListBuilder.cpp 142 void SVGPathSegListBuilder::closePath()
SVGPathBlender.cpp 320 m_consumer->closePath();
SVGPathParser.cpp 47 m_consumer->closePath();
  /external/chromium/chrome/browser/resources/shared/css/
tree.css.js 19 ctx.closePath();
  /external/webkit/Source/WebCore/inspector/front-end/
SummaryBar.js 196 ctx.closePath();
240 ctx.closePath();
261 ctx.closePath();
269 ctx.closePath();
TimelineOverviewPane.js 589 ctx.closePath();
inspector.js     [all...]
  /external/mdnsresponder/mDNSPosix/
parselog.py 208 c.closePath()
220 c.closePath()
229 c.closePath()
  /external/webkit/Source/WebCore/xml/
XMLViewer.js 378 ctx.closePath();
389 ctx.closePath();
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 139 void closePath();
CanvasRenderingContext2D.idl 66 void closePath();
CanvasRenderingContext2D.cpp 752 void CanvasRenderingContext2D::closePath()
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 723 mPath.closePath();
  /external/chromium-trace/
script.js 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=
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...]

Completed in 509 milliseconds

1 2