Searched refs:yIndex (Results 1 – 2 of 2) sorted by relevance
374 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) { argument848 zoom + '-' + xIndex + '-' + yIndex +