Home
last modified time | relevance | path

Searched refs:yIndex (Results 1 – 2 of 2) sorted by relevance

/plugin/panoview/
H A Dscript.js374 tile.posy = (tile.yIndex * this.tileSize) + this.y + motion.y;
407 tile.yIndex -= this.tiles[c].length;
408 tile.posy = (tile.yIndex * this.tileSize) + this.y + motion.y;
419 tile.yIndex += this.tiles[c].length;
420 tile.posy = (tile.yIndex * this.tileSize) + this.y + motion.y;
469 var high = tile.yIndex < 0;
471 var low = tile.yIndex >= Math.ceil(this.scaleSize.y / 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/openlayersmap/ol7/
H A Dol.js.map