Home
last modified time | relevance | path

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

/plugin/panoview/
H A Dscript.js98 this.scaleSize = { 'x': 0, 'y': 0 }; property in PanoJS
273 this.x = Math.floor(this.scaleSize.x * 0.5 - this.width * 0.5) * -1;
274 this.y = Math.floor(this.scaleSize.y * 0.5 - this.height * 0.5) * -1;
313 this.scaleSize.x = this.imgsize.x / inv;
314 this.scaleSize.y = this.imgsize.y / inv;
470 var right = tile.xIndex >= Math.ceil(this.scaleSize.x / this.tileSize);
471 var low = tile.yIndex >= Math.ceil(this.scaleSize.y / this.tileSize);
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/openlayersmap/ol/
Dol.js.map1scaleSize, toSize} from '../size.js';\nimport {withinExtentAndZ} from '../tilecoord.js';\nimport {…