Searched refs:fillStyle (Results 1 – 8 of 8) sorted by relevance
113 SkPaint fillStyle; in DrawPath() local114 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()
57 dl.fillStyle = color;90 ctx.fillStyle = gear.faceColor;141 ctx.fillStyle = "#FFFFFF";
34 ctx.fillStyle = "#ADD8E6";36 ctx.fillStyle = "#FFFFFF";
8 canvas.fillStyle = '#0000ff';
18 context.fillStyle = '#ff0000';
194 c_ctx.fillStyle = newStyle;320 saveStyle = c_ctx.fillStyle;321 c_ctx.fillStyle = "rgb(255,255,255)";334 c_ctx.fillStyle = saveStyle;
327 this.ctx.fillStyle = color
632 this.canvas.fillStyle = color.toString();