Lines Matching refs:call

135         _removeEventListener.call(this, prop, eventName[prop]);
139 _removeEventListener.call(this, eventName, handler);
166 listenersForEvent[i].call(this, options || { });
270 callback.call(context, objects[i], i, objects);
562 callback && callback.call(context, url);
570 callback && callback.call(context, img);
577 callback && callback.call(context, null, true);
672 if (properties && Object.prototype.toString.call(properties) === '[object Array]') {
883 var argsString = _join.call(arguments);
944 var argsString2 = _join.call(arguments);
1056 var argsString = _join.call(arguments);
1191 fn.call(context, this[i], i, this);
1208 result[i] = fn.call(context, this[i], i, this);
1224 if (i in this && !fn.call(context, this[i], i, this)) {
1241 if (i in this && fn.call(context, this[i], i, this)) {
1261 if (fn.call(context, val, i, this)) {
1300 rv = fn.call(null, rv, this[i], i, this);
1317 var args = slice.call(arguments, 2), result = [ ];
1319 …result[i] = args.length ? array[i][method].apply(array[i], args) : array[i][method].call(array[i]);
1509 var _this = this, args = slice.call(arguments, 1), bound;
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);
1587 ? fn.apply(this, slice.call(arguments, 1))
1588 : fn.call(this);
1600 properties = slice.call(arguments, 0);
1639 var methodNames = Array.prototype.slice.call(arguments, 1),
1681 handler.call(getElement(uid), e || fabric.window.event);
1690 handlersForEvent[i].call(this, e || fabric.window.event);
1954 return _slice.call(arrayLike, 0);
2867 var isArray = Object.prototype.toString.call(value) === '[object Array]',
12653 fabric.StaticCanvas.prototype.sendToBack.call(this.group, this);
12668 fabric.StaticCanvas.prototype.bringToFront.call(this.group, this);
12684 fabric.StaticCanvas.prototype.sendBackwards.call(this.group, this, intersecting);
12700 fabric.StaticCanvas.prototype.bringForward.call(this.group, this, intersecting);
12716 fabric.StaticCanvas.prototype.moveTo.call(this.group, this, index);
13447 return options.abort.call(_this);
14706 return fabric.Polygon.prototype.initialize.call(this, points, options);
14713 return fabric.Polygon.prototype._calcDimensions.call(this);
14720 return fabric.Polygon.prototype._applyPointOffset.call(this);
14729 return fabric.Polygon.prototype.toObject.call(this, propertiesToInclude);
14739 return fabric.Polygon.prototype.toSVG.call(this, reviver);
14748 if (!fabric.Polygon.prototype.commonRender.call(this, ctx)) {
15012 fabric.Polyline.prototype._renderDashedStroke.call(this, ctx);
15153 var fromArray = _toString.call(path) === '[object Array]';
16182 var o = extend(parentToObject.call(this, propertiesToInclude), {
17414 fabric.Image.prototype._initFilters.call(object, object, function(filters) {
21267 ctx.font = this._getFontDeclaration.call(styleDeclaration);
21268 this._setShadow.call(styleDeclaration, ctx);
23233 var fillStyles = this.getSvgStyles.call(fabric.util.object.extend({
23335 callback && callback.call(context, img);
23340 callback && callback.call(context, img);
23349 callback && callback.call(context, url);
23434 origSetWidth.call(this, width, options);
23444 origSetHeight.call(this, height, options);