Home
last modified time | relevance | path

Searched refs:dims (Results 1 – 4 of 4) sorted by relevance

/template/a_new_day/js/
Deffects.js452 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/
Deffects.js452 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 Dfirebug-lite-1.4.js519 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/
Dlayout.js1780 var dims = elDims( $N, o.inset );
1782 if (dims.innerWidth !== sC.innerWidth || dims.innerHeight !== sC.innerHeight)