Searched defs:toObject (Results 1 – 1 of 1) sorted by relevance
/spdk/doc/ |
H A D | two.min.js | 88 …;return this.length()<c},toString:function(){return this.x+", "+this.y},toObject:function(){return… method 92 …eturn this.length()<c},toString:function(){return this._x+", "+this._y},toObject:function(){return… method 96 this.command);d.relative=this._relative;return d},toObject:function(){var c={x:this.x,y:this.y};thi… method 190 h.rotation=this.rotation;h.scale=this.scale;d&&d.add(h);return h},toObject:function(){var d={vertic… method 225 …c.Text.Properties,function(a){e[a]=this[a]},this);d&&d.add(e);return e},toObject:function(){var d=… method 229 …r c=new m;k.each(m.Properties,function(d){c[d]=this[d]},this);return c},toObject:function(){var c=… method 232 …adient.Properties,function(a){e[a]=this[a]},this);h&&h.add(e);return e},toObject:function(){var c=… method 235 …adient.Properties,function(c){d[c]=this[c]},this);l&&l.add(d);return d},toObject:function(){var k=… method 239 l&&l.add(d);return d},toObject:function(){var l=c.Gradient.prototype.toObject.call(this);k.each(m.P… method 248 …-repeat",_scale:1,_offset:null,clone:function(){return new h(this.src)},toObject:function(){return… method [all …]
|