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

  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 212 String textBaseline() const;
258 TextBaseline m_textBaseline;
CanvasRenderingContext2D.idl 84 attribute DOMString textBaseline;
CanvasRenderingContext2D.cpp     [all...]
  /external/v8/benchmarks/spinning-balls/
v.js 284 this.ctx.textBaseline = "bottom";
  /external/chromium-trace/
script.js 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 630 milliseconds