Lines Matching refs:toObject

5007     toObject: function() {
5367 toObject: function() {
5604 toObject: function() {
6699 toObject: function (propertiesToInclude) {
6803 background: (this.backgroundColor && this.backgroundColor.toObject)
6804 ? this.backgroundColor.toObject()
6809 data.overlay = this.overlayColor.toObject
6810 ? this.overlayColor.toObject()
6814 data.backgroundImage = this.backgroundImage.toObject();
6817 data.overlayImage = this.overlayImage.toObject();
7233 fabric.StaticCanvas.prototype.toJSON = fabric.StaticCanvas.prototype.toObject;
11258 toObject: function(propertiesToInclude) {
11269 … fill: (this.fill && this.fill.toObject) ? this.fill.toObject() : this.fill,
11270 …stroke: (this.stroke && this.stroke.toObject) ? this.stroke.toObject() : this.st…
11282 …shadow: (this.shadow && this.shadow.toObject) ? this.shadow.toObject() : this.sh…
11306 return this.toObject(propertiesToInclude);
11642 return this.constructor.fromObject(this.toObject(propertiesToInclude), callback);
11644 return new fabric.Object(this.toObject(propertiesToInclude));
11741 return this.toObject(propertiesToInclude);
13677 toObject: function(propertiesToInclude) {
13892 toObject: function(propertiesToInclude) {
14284 toObject: function(propertiesToInclude) {
14545 toObject: function(propertiesToInclude) {
14728 toObject: function(propertiesToInclude) {
14729 return fabric.Polygon.prototype.toObject.call(this, propertiesToInclude); method in fabric.Polygon
14929 toObject: function(propertiesToInclude) {
15534 toObject: function(propertiesToInclude) {
15554 var o = this.toObject(propertiesToInclude);
16044 parentToObject = fabric.Object.prototype.toObject;
16181 toObject: function(propertiesToInclude) {
16197 var o = this.toObject(propertiesToInclude);
16521 toObject: function(propertiesToInclude) {
17078 toObject: function(propertiesToInclude) {
17082 return filterObj && filterObj.toObject();
17178 this.constructor.fromObject(this.toObject(propertiesToInclude), callback);
17636 toObject: function() {
17646 return this.toObject();
17715 toObject: function() {
17889 toObject: function() {
17973 toObject: function() {
18190 toObject: function() {
18192 mask: this.mask.toObject(),
18289 toObject: function() {
18401 toObject: function() {
18502 toObject: function() {
18739 toObject: function() {
18833 toObject: function() {
18984 toObject: function() {
19301 toObject: function() {
20114 toObject: function(propertiesToInclude) {
21481 toObject: function(propertiesToInclude) {