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

  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls_draw_ball_as_text.js 19 canvasContext.fillText("Chrome", 0, 0);
  /external/skia/gm/
poly2poly.cpp 29 void fillText(const char text[], double x, double y);
70 void SkJSCanvas::fillText(const char text[], double x, double y) {
123 ctx.fillText("As Expected", 10, 10);
148 ctx.fillText("Larger Rectangle", 10, 10);
173 ctx.fillText("As Expected - line width 1", 10, 10);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 216 void fillText(const String& text, float x, float y);
217 void fillText(const String& text, float x, float y, float maxWidth);
CanvasRenderingContext2D.idl 105 void fillText(DOMString text, float x, float y, optional float maxWidth);
CanvasRenderingContext2D.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FlameChart.js 656 context.fillText(title, xText + textPaddingLeft, anchorBox.y + barHeight - 4);
691 context.fillText(entryInfo[i].title, x + paddingLeft, y + lineHeight * i);
696 context.fillText(text, x + paddingLeft + maxTitleWidth + paddingLeft, y + lineHeight * i);
TimelineOverviewPane.js 811 this._context.fillText(label, labelX - labelPadding, labelY + lineHeight - baselineHeight);
    [all...]
HeapSnapshotView.js     [all...]
  /external/chromium_org/v8/benchmarks/spinning-balls/
v.js 285 this.ctx.fillText(v + "ms", x + 2, y);
  /external/v8/benchmarks/spinning-balls/
v.js 285 this.ctx.fillText(v + "ms", x + 2, y);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js 299 this.fillText = function(s,x,y,w) {
300 this.__log__.push("fillText",s,x,y,"\n");
    [all...]
  /external/chromium-trace/
script.js     [all...]

Completed in 1150 milliseconds