Lines Matching refs:REPEAT
1374 REPEAT: 'backgroundRepeat', property
1600 imgRepeat: cs[propNames.REPEAT],
1618 repeats = cs[propNames.REPEAT].split( splitter );
1661 rsRepeat = rs[propNames.REPEAT],
1666 if( rsRepeat ) rs[propNames.REPEAT] = '';
1682 if( rsRepeat ) rs[propNames.REPEAT] = rsRepeat;
1698 … return cs[propNames.COLOR] + ' ' + cs[propNames.IMAGE] + ' ' + cs[propNames.REPEAT] + ' ' +
3731 REPEAT: 'repeat', property
3769 REPEAT = me.REPEAT,
3821 'x="' + (repeatH === REPEAT ? x + w / 2 - tileW / 2 : x) + '" ' +
3822 'y="' + (repeatV === REPEAT ? y + h / 2 - tileH / 2 : y) + '" ' +