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

  /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 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=
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...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 251 milliseconds