Home | History | Annotate | Download | only in octane

Lines Matching refs:dashArray

2375     setDash: function CanvasGraphics_setDash(dashArray, dashPhase) {
2376 this.ctx.mozDash = dashArray;
2378 this.ctx.webkitLineDash = dashArray;