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

  /external/webkit/WebCore/inspector/front-end/
SummaryBar.js 100 ctx.fillStyle = color;
107 ctx.fillStyle = gradient;
114 ctx.fillStyle = gradient;
250 ctx.fillStyle = segments[i].color;
286 ctx.fillStyle = darkGradient;
289 ctx.fillStyle = lightGradient;
323 ctx.fillStyle = gradient;
SourceFrame.js 552 ctx.fillStyle = "rgb(142, 5, 4)";
596 ctx.fillStyle = conditional ? "rgb(217, 142, 1)" : "rgb(1, 142, 217)";
610 ctx.fillStyle = "rgba(0, 0, 0, 0.5)";
inspector.js     [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.idl 110 attribute [Custom] custom fillStyle;
CanvasRenderingContext2D.h 69 CanvasStyle* fillStyle() const;
CanvasRenderingContext2D.cpp 181 CanvasStyle* CanvasRenderingContext2D::fillStyle() const
    [all...]
  /external/webkit/WebCore/bindings/js/
JSCanvasRenderingContext2DCustom.cpp 80 JSValue JSCanvasRenderingContext2D::fillStyle(ExecState* exec) const
83 return toJS(exec, context->fillStyle());
  /external/webkit/WebCore/bindings/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 92 return toV8Object(impl->fillStyle());
  /external/v8/benchmarks/
raytrace.js 663 this.canvas.fillStyle = color.toString();
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 658 this.canvas.fillStyle = color.toString();

Completed in 196 milliseconds