Lines Matching refs:boundsInfo

2153         function Renderer( el, boundsInfo, styleInfos, parent ) {  argument
2155 this.boundsInfo = boundsInfo;
2318 bounds = this.boundsInfo.getBounds(),
2380 bounds = this.boundsInfo.getBounds(),
2541 elBounds = this.boundsInfo.getBounds();
2649 var bounds = this.boundsInfo.getBounds();
2661 bounds = this.boundsInfo.getBounds(),
2695 bounds = this.boundsInfo.getBounds(),
2745 bounds = me.boundsInfo.getBounds(),
2799 bounds = this.boundsInfo.getBounds(),
2936 bounds = this.boundsInfo.getBounds(),
3011 bounds = this.boundsInfo.getBounds();
3185 bounds = this.boundsInfo.getBounds(),
3351 bounds = this.boundsInfo.getBounds(),
3485 bounds = this.boundsInfo.getBounds(),
3634 bounds = me.boundsInfo.getBounds(),
3749 bounds = me.boundsInfo.getBounds(),
3949 boundsInfo = new PIE.BoundsInfo( el ),
3984 boundsInfo.lock();
3987 … if( lazy && ( bounds = boundsInfo.getBounds() ) && ( docEl = doc.documentElement || doc.body ) &&
4009 rootRenderer = new PIE.IE9RootRenderer( el, boundsInfo, styleInfos );
4011 … new PIE.IE9BackgroundRenderer( el, boundsInfo, styleInfos, rootRenderer ),
4012 … new PIE.IE9BorderImageRenderer( el, boundsInfo, styleInfos, rootRenderer )
4032 rootRenderer = new PIE.RootRenderer( el, boundsInfo, styleInfos );
4034 … new PIE.BoxShadowOutsetRenderer( el, boundsInfo, styleInfos, rootRenderer ),
4035 new PIE.BackgroundRenderer( el, boundsInfo, styleInfos, rootRenderer ),
4037 new PIE.BorderRenderer( el, boundsInfo, styleInfos, rootRenderer ),
4038 new PIE.BorderImageRenderer( el, boundsInfo, styleInfos, rootRenderer )
4041 … childRenderers.push( new PIE.ImgRenderer( el, boundsInfo, styleInfos, rootRenderer ) );
4079 boundsInfo.unlock();
4092 if( boundsInfo && boundsInfo.hasBeenQueried() ) {
4112 if( force || boundsInfo.positionChanged() ) {
4124 if( force || boundsInfo.sizeChanged() ) {
4247 boundsInfo.lock();
4257 boundsInfo.unlock();
4314 renderers = boundsInfo = styleInfos = styleInfosArr = el = null;