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

1 2 3

  /external/chromium_org/third_party/skia/experimental/SkV8Example/
sample.js 8 context.fillStyle = '#0000ff';
speed.js 8 canvas.fillStyle = '#0000ff';
path.js 18 context.fillStyle = '#ff0000';
snow.js 34 ctx.fillStyle = "#ADD8E6";
36 ctx.fillStyle = "#FFFFFF";
gears.js 57 dl.fillStyle = color;
90 ctx.fillStyle = gear.faceColor;
141 ctx.fillStyle = "#FFFFFF";
  /external/skia/experimental/SkV8Example/
sample.js 8 context.fillStyle = '#0000ff';
speed.js 8 canvas.fillStyle = '#0000ff';
path.js 18 context.fillStyle = '#ff0000';
snow.js 34 ctx.fillStyle = "#ADD8E6";
36 ctx.fillStyle = "#FFFFFF";
gears.js 57 dl.fillStyle = color;
90 ctx.fillStyle = gear.faceColor;
141 ctx.fillStyle = "#FFFFFF";
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls_draw_back_as_gradient.js 13 canvasContext.fillStyle = backGradient;
bouncing_balls_draw_back_as_white.js 10 canvasContext.fillStyle = "#FFFFFF";
bouncing_balls_draw_ball_as_rect.js 13 canvasContext.fillStyle = 'blue';
bouncing_balls_draw_ball_as_text.js 14 canvasContext.fillStyle = 'blue';
bouncing_balls_draw_ball_as_filled_path.js 18 canvasContext.fillStyle = ballGradient;
  /external/chromium_org/ui/webui/resources/css/
tree.css.js 14 ctx.fillStyle = '#7a7a7a';
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
background.js 57 context.fillStyle = "rgba(0,200,0,255)";
59 context.fillStyle = "rgba(0,0,200,255)";
61 context.fillStyle = "rgba(200,0,0,255)";
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineEventOverview.js 81 this._context.fillStyle = "rgba(0, 0, 0, 0.05)";
143 this._context.fillStyle = category.hidden ? this._disabledCategoryFillStyle : this._fillStyles[category.name];
TimelineFrameOverview.js 97 this._context.fillStyle = this._frameTopShadeGradient;
223 this._context.fillStyle = "rgba(255, 255, 255, 0.5)";
225 this._context.fillStyle = "black";
263 this._context.fillStyle = this._fillStyles[category];
TimelineMemoryOverview.js 133 ctx.fillStyle = "hsla(220, 90%, 70%, 0.2)";
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
loupe.js 104 targetContext.fillStyle = 'rgba(255, 255, 255, 1)';
130 targetContext.fillStyle = 'rgba(' + colorString + ')';
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
tree.css.js 41 ctx.fillStyle = backgroundColor;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
background.js 41 ctx.fillStyle = ctx.strokeStyle = (
48 ctx.fillStyle = ctx.strokeStyle = colors.progressColor;
57 ctx.strokeStyle = ctx.fillStyle = colors.arrow;
77 ctx.fillStyle = colors.danger;
97 ctx.fillStyle = colors.paused;
109 ctx.fillStyle = colors.complete;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 88 v8SetReturnValue(info, toV8Object(impl->fillStyle(), info.Holder(), info.GetIsolate()));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/screencast/
ScreencastView.js 462 this._context.fillStyle = this._checkerboardPattern;
552 this._context.fillStyle = this._cssColor(fillColor);
564 this._context.fillStyle = this._cssColor(fillColor);
569 this._context.fillStyle = "red";
642 this._context.fillStyle = "rgb(255, 255, 194)";
690 pctx.fillStyle = "rgb(195, 195, 195)";
693 pctx.fillStyle = "rgb(225, 225, 225)";

Completed in 488 milliseconds

1 2 3