Lines Matching +defs:y +defs:e

95     this.imgsize = { 'x': 0, 'y': 0 };  property in PanoJS.imgsize
98 this.scaleSize = { 'x': 0, 'y': 0 }; property in PanoJS.scaleSize
110 this.mark = { 'x': 0, 'y': 0 }; property in PanoJS.mark
158 PanoJS.INITIAL_PAN = { 'x': .5, 'y': .5 }; property in PanoJS.INITIAL_PAN
366 motion = { 'x': 0, 'y': 0 }; property in PanoJS.positionTiles.motion
580 coords = { 'x': 0, 'y': 0 }; property in PanoJS.notifyViewerMoved.coords
610 var coords = { 'x': Math.floor(this.width / 2), 'y': Math.floor(this.height / 2) }; property in PanoJS.zoom.coords
614 'y': (coords.y - this.y) property in PanoJS.zoom.before
619 'y': Math.floor(before.y * Math.pow(2, direction)) property in PanoJS.zoom.after
686 'y': Math.floor((this.height / 2) - coords.y) property in PanoJS.recenter.motion
709 'y': Math.min(y, Math.abs(target.y)) * (target.y < 0 ? -1 : 1) property in PanoJS.recenter.motion
722 'y': coords.y + motion.y property in PanoJS.recenter.newcoords
748 'y': Math.floor(this.height / 2) property in PanoJS.resize.before
763 'y': Math.floor(this.height / 2) property in PanoJS.resize.after
781 resolveCoordinates: function (e) { argument
797 'y': (coords.y - this.mark.y) property in PanoJS.release.motion
802 this.mark = { 'x': 0, 'y': 0 }; property in PanoJS.release.mark
853 PanoJS.mousePressedHandler = function (e) { argument
871 PanoJS.mouseReleasedHandler = function (e) { argument
880 PanoJS.mouseMovedHandler = function (e) { argument
889 PanoJS.zoomInHandler = function (e) { argument
896 PanoJS.zoomOutHandler = function (e) { argument
903 PanoJS.maximizeHandler = function (e) { argument
936 PanoJS.doubleClickHandler = function (e) { argument
946 PanoJS.keyboardMoveHandler = function (e) { argument
961 PanoJS.keyboardZoomHandler = function (e) { argument
972 PanoJS.MoveEvent = function (x, y) { argument
977 PanoJS.ZoomEvent = function (x, y, level, percentage) { argument