Home
last modified time | relevance | path

Searched refs:fillStyle (Results 1 – 9 of 9) sorted by relevance

/external/skia/experimental/SkV8Example/
DDrawingMethods.cpp113 SkPaint fillStyle; in DrawPath() local
114 fillStyle.setColor(SK_ColorBLACK); in DrawPath()
115 fillStyle.setAntiAlias(true); in DrawPath()
116 fillStyle.setStyle(SkPaint::kFill_Style); in DrawPath()
117 canvas->drawPath(*(path->path()), fillStyle); in DrawPath()
/external/skia/experimental/SkV8Example/js/
Dgears.js57 dl.fillStyle = color;
90 ctx.fillStyle = gear.faceColor;
141 ctx.fillStyle = "#FFFFFF";
Dsnow.js34 ctx.fillStyle = "#ADD8E6";
36 ctx.fillStyle = "#FFFFFF";
Dspeed.js8 canvas.fillStyle = '#0000ff';
Dpath.js18 context.fillStyle = '#ff0000';
/external/libvncserver/webclients/novnc/include/
Ddisplay.js229 var saveStyle = this._drawCtx.fillStyle;
230 this._drawCtx.fillStyle = "rgb(255,255,255)";
239 this._drawCtx.fillStyle = saveStyle;
540 this._drawCtx.fillStyle = newStyle;
/external/skia/experimental/docs/
DcanvasBackend.js124 ctx.fillStyle = color;
/external/v8/benchmarks/spinning-balls/
Dv.js327 this.ctx.fillStyle = color
/external/v8/benchmarks/
Draytrace.js632 this.canvas.fillStyle = color.toString();