Home
last modified time | relevance | path

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

/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js3818 function addImage( x, y, w, h, cropX, cropY, cropW, cropH, tileW, tileH ) { argument
3821 'x="' + (repeatH === REPEAT ? x + w / 2 - tileW / 2 : x) + '" ' +
3823 'width="' + tileW + '" height="' + tileH + '">' +
3824 …'<svg width="' + tileW + '" height="' + tileH + '" viewBox="' + cropX + ' ' + cropY + ' ' + cropW …