Searched refs:dims (Results 1 – 4 of 4) sorted by relevance
| /template/a_new_day/js/ |
| D | effects.js | 452 this.dims = null; 454 this.dims = [this.element.offsetHeight, this.element.offsetWidth]; 456 this.dims = [this.element.scrollHeight, this.element.scrollWidth]; 457 if(!this.dims) 458 this.dims = [this.options.scaleMode.originalHeight, 465 this.setDimensions(this.dims[0] * currentScale, this.dims[1] * currentScale); 475 var topd = (height - this.dims[0])/2; 476 var leftd = (width - this.dims[1])/2; 718 (effect.dims[0] - effect.element.clientHeight) + 'px' }); 744 (effect.dims[0] - effect.element.clientHeight) + 'px' }); [all …]
|
| /template/battlehorse/js/ |
| D | effects.js | 452 this.dims = null; 454 this.dims = [this.element.offsetHeight, this.element.offsetWidth]; 456 this.dims = [this.element.scrollHeight, this.element.scrollWidth]; 457 if(!this.dims) 458 this.dims = [this.options.scaleMode.originalHeight, 465 this.setDimensions(this.dims[0] * currentScale, this.dims[1] * currentScale); 475 var topd = (height - this.dims[0])/2; 476 var leftd = (width - this.dims[1])/2; 718 (effect.dims[0] - effect.element.clientHeight) + 'px' }); 744 (effect.dims[0] - effect.element.clientHeight) + 'px' }); [all …]
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 519 this.getLTRBWH=function(elt){var bcrect,dims={left:0,top:0,right:0,bottom:0,width:0,height:0}; variable 521 dims.left=bcrect.left; 522 dims.top=bcrect.top; 523 dims.right=bcrect.right; 524 dims.bottom=bcrect.bottom; 525 if(bcrect.width){dims.width=bcrect.width; 526 dims.height=bcrect.height 527 }else{dims.width=dims.right-dims.left; 528 dims.height=dims.bottom-dims.top 529 }}return dims
|
| /template/codowik/js/ |
| D | layout.js | 1780 var dims = elDims( $N, o.inset ); 1782 if (dims.innerWidth !== sC.innerWidth || dims.innerHeight !== sC.innerHeight)
|