Lines Matching refs:ih
7452 …var ih = window.innerHeight || document.body.clientHeight || document.documentElement.clientHeight;
7455 …y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
7546 …var ih = window.innerHeight || document.body.clientHeight || document.documentElement.clientHeight;
7549 …y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
7644 …var ih = window.innerHeight || document.body.clientHeight || document.documentElement.clientHeight;
7647 …y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
8982 var ih = h;
8992 if (iw > ih)
8994 ih = Math.round(ih * ew / iw);
8999 iw = Math.round(iw * eh / ih);
9000 ih = eh;
9016 elt.style.height = ih + 'px';
9019 elt.style.paddingBottom = Math.floor((eh - ih) / 2) + 'px';