Lines Matching refs:scaleInfo
1444 mapArea.owner.scaleInfo.width,
1445 mapArea.owner.scaleInfo.height
1548 md.scaleInfo.width +
1550 md.scaleInfo.height +
1705 var w = md.scaleInfo.width,
1706 h = md.scaleInfo.height;
2070 scaleInfo: null, // {} info about the image size, scaling, defaults property
2519 scaleInfo: this.scaleInfo
2817 me.scaleInfo = scale = u.scaleMap(
3802 me.scaleInfo = u.getScaleInfo(
3808 width: me.scaleInfo.realWidth,
3809 height: me.scaleInfo.realHeight
3819 if (me.scaleInfo.width === width && me.scaleInfo.height === height) {
3826 ratio = height / me.scaleInfo.realHeight;
3827 width = Math.round(me.scaleInfo.realWidth * ratio);
3830 ratio = width / me.scaleInfo.realWidth;
3831 height = Math.round(me.scaleInfo.realHeight * ratio);
3919 if (this.owner.scaleInfo.scale) {
3927 pct = percent || this.owner.scaleInfo.scalePct,