Home
last modified time | relevance | path

Searched refs:xIndex (Results 1 – 3 of 3) sorted by relevance

/plugin/panoview/
H A Dscript.js373 tile.posx = (tile.xIndex * this.tileSize) + this.x + motion.x;
382 tile.xIndex -= this.tiles.length;
383 tile.posx = (tile.xIndex * this.tileSize) + this.x + motion.x;
394 tile.xIndex += this.tiles.length;
395 tile.posx = (tile.xIndex * this.tileSize) + this.x + motion.x;
468 var left = tile.xIndex < 0;
470 var right = tile.xIndex >= Math.ceil(this.scaleSize.x / this.tileSize);
482 … tileImgId = src = this.tileUrlProvider.assembleUrl(tile.xIndex, tile.yIndex, this.zoomLevel);
846 assembleUrl: function (xIndex, yIndex, zoom) { argument
848 zoom + '-' + xIndex + '-' + yIndex +
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/openlayersmap/ol7/
H A Dol.js.map