Lines Matching refs:h

177                     size = imageSizes[ src ] = { w: img.width, h: img.height };
733 function BgSize( w, h ) { argument
735 this.h = h;
742 h = me.h,
748 h = imgRatio > areaRatio ? areaW / imgRatio : areaH;
752 h = imgRatio < areaRatio ? areaW / imgRatio : areaH;
755 h = ( h === AUTO ? imgH : h.pixels( el, areaH ) );
756 w = h * imgRatio;
760 h = ( h === AUTO ? w / imgRatio : h.pixels( el, areaH ) );
763 return { w: w, h: h };
1221 …eturn !last || ( ( bounds = this.getBounds() ) && ( last.w !== bounds.w || last.h !== bounds.h ) );
1234 h: isIE9 ? el.offsetHeight : rect.bottom - rect.top
1975 p.repeat = { h: value }; property in p.repeat
2005 p.repeat = { h: 'stretch' }; property in p.repeat
2008 p.repeat.v = p.repeat.h;
2320 h = bounds.h, variable
2324 tlY = radii.y['tl'].pixels( el, h );
2326 trY = radii.y['tr'].pixels( el, h );
2328 brY = radii.y['br'].pixels( el, h );
2330 blY = radii.y['bl'].pixels( el, h );
2336 h / ( trY + brY ),
2338 h / ( tlY + blY )
2382 h = bounds.h * mult, variable
2407 'l' + ceil( w - shrinkR ) + ',' + ceil( h - brY ) +
2408 'qy' + ceil( w - brX ) + ',' + ceil( h - shrinkB ) +
2409 'l' + floor( blX ) + ',' + ceil( h - shrinkB ) +
2410 'qx' + floor( shrinkL ) + ',' + ceil( h - blY ) + ' x e';
2415 'l' + ceil( w - shrinkR ) + ',' + ceil( h - shrinkB ) +
2416 'l' + floor( shrinkL ) + ',' + ceil( h - shrinkB ) +
2650 if( bounds.w && bounds.h ) {
2664 shape, w, h, s, alpha;
2671 h = bounds.h;
2673 shape.coordsize = w * 2 + ',' + h * 2;
2678 s.height = h;
2697 img, shape, w, h, s, i;
2703 h = bounds.h;
2713 shape.coordsize = w * 2 + ',' + h * 2;
2718 s.height = h;
2747 elH = bounds.h;
2761 …bgPosition ? bg.bgPosition.coords( el, elW - size.w - bwL - bwR, elH - size.h - bwT - bwB ) : { x:…
2779 clipB = pxY + size.h + clipAdjust;
2801 h = bounds.h,
2809 metrics = GradientUtil.getGradientMetrics( el, w, h, info ),
2831 … vmlAngle = ( angle % 90 ) ? Math.atan2( deltaX * w / h, deltaY ) / PI * 180 : ( angle + 90 );
2938 h = bounds.h,
2949 shape.coordsize = w * 2 + ',' + h * 2;
2954 s.height = h;
3013 elH = bounds.h;
3191 elH = bounds.h,
3205 function setSizeAndPos( piece, w, h, x, y ) { argument
3209 s.height = max(h, 0);
3232 setCrops( [ 'tl', 't', 'tr' ], 'cropBottom', ( imgSize.h - sliceT ) / imgSize.h );
3234 setCrops( [ 'bl', 'b', 'br' ], 'cropTop', ( imgSize.h - sliceB ) / imgSize.h );
3240 setCrops( [ 'l', 'r', 'c' ], 'cropTop', sliceT / imgSize.h );
3241 setCrops( [ 'l', 'r', 'c' ], 'cropBottom', sliceB / imgSize.h );
3353 h = bounds.h,
3365 shape['coordsize'] = w * 2 + ',' + h * 2;
3386 ss.height = h;
3410 totalH = ( spread + blur ) * 2 + h;
3413 if( blur - spread > w / 2 || blur - spread > h / 2 ) {
3487 h = bounds.h,
3508 fill.position = (w ? 0.5 / w : 0) + ',' + (h ? 0.5 / h : 0);
3509 shape.coordsize = w * 2 + ',' + h * 2;
3519 s.height = h;
3604 me.targetElement, bgAreaSize.w, bgAreaSize.h, bgAreaSize.w, bgAreaSize.h
3607 … 'url(data:image/svg+xml,' + escape( me.getGradientSvg( img, bgSize.w, bgSize.h ) ) + ') ' +
3608 … me.bgPositionToString( img.bgPosition ) + ' / ' + bgSize.w + 'px ' + bgSize.h + 'px ' +
3636 elH = bounds.h,
3638 h = elH,
3645 h -= borders[ 't' ].pixels( el ) + borders[ 'b' ].pixels( el );
3653h -= getLength( cs.paddingTop ).pixels( el ) + getLength( cs.paddingBottom ).pixels( el );
3656 return { w: w, h: h };
3751 repeatH = repeat.h,
3758 elH = bounds.h,
3760 imgH = imgSize.h,
3818 function addImage( x, y, w, h, cropX, cropY, cropW, cropH, tileW, tileH ) { argument
3822 'y="' + (repeatV === REPEAT ? y + h / 2 - tileH / 2 : y) + '" ' +
3830 …'<rect x="' + x + '" y="' + y + '" width="' + w + '" height="' + h + '" fill="url(#pattern' + i + …
3988 …y > docEl.clientHeight || bounds.x > docEl.clientWidth || bounds.y + bounds.h < 0 || bounds.x + bo…