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

  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 215 void fillText(const String& text, float x, float y);
216 void fillText(const String& text, float x, float y, float maxWidth);
CanvasRenderingContext2D.idl 103 void fillText(in DOMString text, in float x, in float y, in [Optional] float maxWidth);
159 [Custom] void fillText(/* 4 */);
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSCanvasRenderingContext2DCustom.cpp 412 JSValue JSCanvasRenderingContext2D::fillText(ExecState* exec)
424 context->fillText(ustringToString(exec->argument(0).toString(exec)), exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec), exec->argument(3).toFloat(exec));
426 context->fillText(ustringToString(exec->argument(0).toString(exec)), exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec));
  /external/v8/benchmarks/spinning-balls/
v.js 285 this.ctx.fillText(v + "ms", x + 2, y);
  /external/chromium-trace/
script.js 70 r,x,s.duration),r=x.string,x=x.width),x*d<s.duration&&(s=c.xWorldToView(s.start+0.5*s.duration),b.fillText(r,s,2.5*q,x)))}}c.drawOverContent(b,m,e,g)},addIntersectingItemsToSelection:function(b,a,f){var e=this.getBoundingClientRect();if(a<e.top||a>=e.bottom)return!1;b=this.viewport_.xViewVectorToWorld(b*devicePixelRatio);b=tracing.findLowIndexInSortedIntervals(this.slices_,function(b){return b.start},function(b){return b.duration},b);return 0<=b&&b<this.slices_.length?(f=f.addSlice(this,this.slices_[b]),
    [all...]

Completed in 261 milliseconds