Lines Matching defs:x

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
613 'x': (coords.x - this.x), property in PanoJS.zoom.before
618 'x': Math.floor(before.x * Math.pow(2, direction)), property in PanoJS.zoom.after
685 'x': Math.floor((this.width / 2) - coords.x), property in PanoJS.recenter.motion
708 'x': Math.min(x, Math.abs(target.x)) * (target.x < 0 ? -1 : 1), property in PanoJS.recenter.motion
721 'x': coords.x + motion.x, property in PanoJS.recenter.newcoords
747 'x': Math.floor(this.width / 2), property in PanoJS.resize.before
762 'x': Math.floor(this.width / 2), property in PanoJS.resize.after
796 'x': (coords.x - this.mark.x), property in PanoJS.release.motion
802 this.mark = { 'x': 0, 'y': 0 }; property in PanoJS.release.mark
972 PanoJS.MoveEvent = function (x, y) { argument
977 PanoJS.ZoomEvent = function (x, y, level, percentage) { argument