Home
last modified time | relevance | path

Searched refs:stopPx (Results 1 – 1 of 1) sorted by relevance

/template/scanlines/htc/PIE-1.0beta5/
DPIE_uncompressed.js2821 stopPx, vmlOffsetPct,
2848 stopPx = [];
2850 stopPx.push( stops[i].offset ? stops[i].offset.pixels( el, lineLength ) : field
2855 if( stopPx[ i ] === null ) {
2856 before = stopPx[ i - 1 ];
2859 after = stopPx[ ++j ];
2861 stopPx[ i ] = before + ( after - before ) / ( j - i + 1 );
2864 stopPx[ i ] = Math.max( stopPx[ i ], stopPx[ i - 1 ] );
2870 …( vmlOffsetPct + ( stopPx[ i ] / vmlGradientLength * 100 ) ) + '% ' + stops[i].color.colorValue( e…
3669 stopPx,
[all …]