Lines Matching refs:offset
536 offset,
575 offset = stop.offset;
585 offset = stop.offset || i/(len - 1);
586 gradient.addColorStop(offset, color);
617 offset,
662 offset = stop.offset;
672 offset = stop.offset || i/(len - 1);
673 offset *= stopMultiplier;
674 if(offset <= 1)
676 gradient.addColorStop(offset, color);
1787 * <dt>offset</dt><dd>Number between 0 and 1 indicating where the color stop is positioned.</dd>
1991 var offset = this._stroke && this._strokeWeight ? (this._strokeWeight * 2) : 0;
1992 return this._width - offset;
2011 var offset = this._stroke && this._strokeWeight ? (this._strokeWeight * 2) : 0;
2012 return this._height - offset;