Home
last modified time | relevance | path

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

/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js3205 function setSizeAndPos( piece, w, h, x, y ) { function
3213 setSizeAndPos( 'tl', widthL, widthT, 0, 0 );
3214 setSizeAndPos( 't', elW - widthL - widthR, widthT, widthL, 0 );
3215 setSizeAndPos( 'tr', widthR, widthT, elW - widthR, 0 );
3216 setSizeAndPos( 'r', widthR, elH - widthT - widthB, elW - widthR, widthT );
3217 setSizeAndPos( 'br', widthR, widthB, elW - widthR, elH - widthB );
3218 setSizeAndPos( 'b', elW - widthL - widthR, widthB, widthL, elH - widthB );
3219 setSizeAndPos( 'bl', widthL, widthB, 0, elH - widthB );
3220 setSizeAndPos( 'l', widthL, elH - widthT - widthB, 0, widthT );
3221 setSizeAndPos( 'c', elW - widthL - widthR, elH - widthT - widthB, widthL, widthT );