Lines Matching refs:bounds
1214 bounds;
1215 …return !last || ( ( bounds = this.getBounds() ) && ( last.x !== bounds.x || last.y !== bounds.y ) …
1220 bounds; variable
1221 …return !last || ( ( bounds = this.getBounds() ) && ( last.w !== bounds.w || last.h !== bounds.h ) …
2318 bounds = this.boundsInfo.getBounds(),
2319 w = bounds.w,
2320 h = bounds.h,
2380 bounds = this.boundsInfo.getBounds(),
2381 w = bounds.w * mult,
2382 h = bounds.h * mult,
2649 var bounds = this.boundsInfo.getBounds();
2650 if( bounds.w && bounds.h ) {
2661 bounds = this.boundsInfo.getBounds(),
2670 w = bounds.w;
2671 h = bounds.h;
2695 bounds = this.boundsInfo.getBounds(),
2702 w = bounds.w;
2703 h = bounds.h;
2745 bounds = me.boundsInfo.getBounds(),
2746 elW = bounds.w,
2747 elH = bounds.h;
2799 bounds = this.boundsInfo.getBounds(),
2800 w = bounds.w,
2801 h = bounds.h,
2936 bounds = this.boundsInfo.getBounds(),
2937 w = bounds.w,
2938 h = bounds.h,
2982 bounds, elW, elH,
3011 bounds = this.boundsInfo.getBounds();
3012 elW = bounds.w;
3013 elH = bounds.h;
3185 bounds = this.boundsInfo.getBounds(),
3190 var elW = bounds.w,
3191 elH = bounds.h,
3351 bounds = this.boundsInfo.getBounds(),
3352 w = bounds.w,
3353 h = bounds.h,
3485 bounds = this.boundsInfo.getBounds(),
3486 w = bounds.w,
3487 h = bounds.h,
3634 bounds = me.boundsInfo.getBounds(),
3635 elW = bounds.w,
3636 elH = bounds.h,
3749 bounds = me.boundsInfo.getBounds(),
3757 var elW = bounds.w,
3758 elH = bounds.h,
3966 bounds,
3987 … if( lazy && ( bounds = boundsInfo.getBounds() ) && ( docEl = doc.documentElement || doc.body ) &&
3988 …( bounds.y > docEl.clientHeight || bounds.x > docEl.clientWidth || bounds.y + bounds.h < 0 || boun…