Lines Matching refs:startCoords
268 var startCoords = {};
287 startCoords = { class in AnonymousFunction03190cd90f00
316 distanceY = (-Math.abs(_$el.attr('data-y'))) + (endCoords.y - startCoords.y);
322 distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x);
327 …if ((Math.abs(endCoords.x - startCoords.x) > 15) || (Math.abs(endCoords.y - startCoords.y) > 15)) {
348 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
359 var startCoords = {};
381 startCoords = { class in AnonymousFunction03190cd91200
413 distanceY = (-Math.abs(_$el.attr('data-y'))) + (endCoords.y - startCoords.y);
419 distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x);
442 … if (isMoved && ((startCoords.x !== endCoords.x) || (startCoords.y !== endCoords.y))) {
447 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
459 Zoom.prototype.touchendZoom = function(startCoords, endCoords, allowX, allowY) { argument
464 var distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x);
465 var distanceY = (-Math.abs(_$el.attr('data-y'))) + (endCoords.y - startCoords.y);
471 …if ((Math.abs(endCoords.x - startCoords.x) > 15) || (Math.abs(endCoords.y - startCoords.y) > 15)) {