Lines Matching refs:getLength
589 return PIE.getLength( fs ).pixels( parent, function() {
610 PIE.getLength = function( val ) {
623 var length_fifty = PIE.getLength( '50%' ),
646 length_zero = PIE.getLength( '0' ),
674 vals[1] = PIE.getLength( tokens[0].tokenValue );
684 vals[3] = PIE.getLength( tokens[1].tokenValue );
1433 …return token && ( ( token.isLengthOrPercent() && PIE.getLength( token.tokenValue ) ) || ( token.to…
1480 stop.offset = PIE.getLength( token.tokenValue );
1777 …width = w[ ltr ] = PIE.getLength( s[ ltr ] === 'none' ? '0' : ( this.namedWidths[ width ] || width…
1854 length = PIE.getLength( token.tokenValue );
1894 var zero = PIE.getLength( '0' ),
2021 … return PIE.getLength( ( tok.tokenType & NUMBER ) ? tok.tokenValue + 'px' : tok.tokenValue );
2026 … return tok.isLengthOrPercent() ? PIE.getLength( tok.tokenValue ) : tok.tokenValue;
2032 return tok.isLength() ? PIE.getLength( tok.tokenValue ) : tok.tokenValue;
2052 getLength = PIE.getLength,
2090 xOffset: getLength( lengths[0].tokenValue ),
2091 yOffset: getLength( lengths[1].tokenValue ),
2092 blur: getLength( lengths[2] ? lengths[2].tokenValue : '0' ),
2093 spread: getLength( lengths[3] ? lengths[3].tokenValue : '0' ),
2462 rs[ 'padding' + side ] = ( PIE.getLength( cs[ 'padding' + side ] ) ).pixels( el ) +
2463 … ( PIE.getLength( cs[ 'border' + side + 'Width' ] ) ).pixels( el ) +
3192 zero = PIE.getLength( '0' ),
3494 getLength = PIE.getLength,
3501 zero = PIE.getLength( '0' );
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 ) )
3639 borders, getLength, cs;
3650 getLength = PIE.getLength; property
3652 … w -= getLength( cs.paddingLeft ).pixels( el ) + getLength( cs.paddingRight ).pixels( el );
3653 … h -= getLength( cs.paddingTop ).pixels( el ) + getLength( cs.paddingBottom ).pixels( el );
3774 zero = PIE.getLength( '0' ),