Lines Matching refs:pixels

551         pixels: function( el, pct100 ) {
589 return PIE.getLength( fs ).pixels( parent, function() {
708 pxX = vals[1].pixels( el, width ),
709 pxY = vals[3].pixels( el, height );
739 pixels: function( el, areaW, areaH, imgW, imgH ) { method in BgSize
755 h = ( h === AUTO ? imgH : h.pixels( el, areaH ) );
759 w = w.pixels( el, areaW );
760 h = ( h === AUTO ? w / imgRatio : h.pixels( el, areaH ) );
1778 if( width.pixels( this.targetElement ) > 0 ) {
2323 tlX = radii.x['tl'].pixels( el, w );
2324 tlY = radii.y['tl'].pixels( el, h );
2325 trX = radii.x['tr'].pixels( el, w );
2326 trY = radii.y['tr'].pixels( el, h );
2327 brX = radii.x['br'].pixels( el, w );
2328 brY = radii.y['br'].pixels( el, h );
2329 blX = radii.x['bl'].pixels( el, w );
2330 blY = radii.y['bl'].pixels( el, h );
2462 rs[ 'padding' + side ] = ( PIE.getLength( cs[ 'padding' + side ] ) ).pixels( el ) +
2463 … ( PIE.getLength( cs[ 'border' + side + 'Width' ] ) ).pixels( el ) +
2756 bwT = bw ? bw['t'].pixels( el ) : 0,
2757 bwR = bw ? bw['r'].pixels( el ) : 0,
2758 bwB = bw ? bw['b'].pixels( el ) : 0,
2759 bwL = bw ? bw['l'].pixels( el ) : 0,
2850 stopPx.push( stops[i].offset ? stops[i].offset.pixels( el, lineLength ) :
2999 wT = widths['t'].pixels( el ); //thickness
3015 wT = round( widths['t'].pixels( el ) );
3016 wR = round( widths['r'].pixels( el ) );
3017 wB = round( widths['b'].pixels( el ) );
3018 wL = round( widths['l'].pixels( el ) );
3194 widthT = widths['t'].pixels( el ),
3195 widthR = widths['r'].pixels( el ),
3196 widthB = widths['b'].pixels( el ),
3197 widthL = widths['l'].pixels( el ),
3199 sliceT = slices['t'].pixels( el ),
3200 sliceR = slices['r'].pixels( el ),
3201 sliceB = slices['b'].pixels( el ),
3202 sliceL = slices['l'].pixels( el );
3298 rs.borderTopWidth = widths['t'].pixels( el ) + 'px';
3299 rs.borderRightWidth = widths['r'].pixels( el ) + 'px';
3300 rs.borderBottomWidth = widths['b'].pixels( el ) + 'px';
3301 rs.borderLeftWidth = widths['l'].pixels( el ) + 'px';
3394 xOff = shadowInfo.xOffset.pixels( el );
3395 yOff = shadowInfo.yOffset.pixels( el );
3396 spread = shadowInfo.spread.pixels( el ),
3397 blur = shadowInfo.blur.pixels( el );
3512 t: round( borderWidths['t'].pixels( el ) + getLength( cs.paddingTop ).pixels( el ) ),
3513 r: round( borderWidths['r'].pixels( el ) + getLength( cs.paddingRight ).pixels( el ) ),
3514 b: round( borderWidths['b'].pixels( el ) + getLength( cs.paddingBottom ).pixels( el ) ),
3515 l: round( borderWidths['l'].pixels( el ) + getLength( cs.paddingLeft ).pixels( el ) )
3603 bgSize = ( img.bgSize || PIE.BgSize.DEFAULT ).pixels(
3644 w -= borders[ 'l' ].pixels( el ) + borders[ 'l' ].pixels( el );
3645 h -= borders[ 't' ].pixels( el ) + borders[ 'b' ].pixels( el );
3652 … w -= getLength( cs.paddingLeft ).pixels( el ) + getLength( cs.paddingRight ).pixels( el );
3653 … h -= getLength( cs.paddingTop ).pixels( el ) + getLength( cs.paddingBottom ).pixels( el );
3676 stopPx.push( stopsInfo[i].offset ? stopsInfo[i].offset.pixels( el, lineLength ) :
3776 widthT = widths['t'].pixels( el ),
3777 widthR = widths['r'].pixels( el ),
3778 widthB = widths['b'].pixels( el ),
3779 widthL = widths['l'].pixels( el ),
3781 sliceT = slices['t'].pixels( el ),
3782 sliceR = slices['r'].pixels( el ),
3783 sliceB = slices['b'].pixels( el ),
3784 sliceL = slices['l'].pixels( el ),