Lines Matching refs:apply

200     this._objects.push.apply(this._objects, arguments);
1007 ctx.bezierCurveTo.apply(ctx, segs[i]);
1120 x: min.apply(null, bounds[0]),
1121 y: min.apply(null, bounds[1])
1124 x: max.apply(null, bounds[0]),
1125 y: max.apply(null, bounds[1])
1319 …result[i] = args.length ? array[i][method].apply(array[i], args) : array[i][method].call(array[i]);
1497 apply = Function.prototype.apply,
1512 …return apply.call(_this, this instanceof Dummy ? this : thisArg, args.concat(slice.call(arguments)…
1518 return apply.call(_this, this instanceof Dummy ? this : thisArg, arguments);
1558 var returnValue = source[property].apply(this, arguments);
1587 ? fn.apply(this, slice.call(arguments, 1))
1606 this.initialize.apply(this, arguments);
2330 typeof console[methodName].apply === 'function') {
2333 return console[methodName].apply(console, arguments);
2405 return _requestAnimFrame.apply(fabric.window, arguments);
11465 ctx.transform.apply(ctx, this.transformMatrix);
11580 ctx.transform.apply(ctx, g);
11612 this.strokeDashArray.push.apply(this.strokeDashArray, this.strokeDashArray);
11626 ctx.transform.apply(ctx, g);
13397 this._animate.apply(this, arguments);
16126 options.width = Math.max.apply(null, xC);
16127 options.height = Math.max.apply(null, yC);
16143 ctx.transform.apply(ctx, this.transformMatrix);
17291 ? Math.min.apply(null, scales) : Math.max.apply(null, scales);
19875 this.strokeDashArray.push.apply(this.strokeDashArray, this.strokeDashArray);
20100 ctx.transform.apply(ctx, this.transformMatrix);
20717 ctx.transform.apply(ctx, this.canvas.viewportTransform);