Lines Matching refs:props

1426             props = { bgImages: [] };  class in AnonymousFunctiona083a8e10900
1542 else if( tokType & type_color && !props.color ) {
1543 props.color = PIE.getColor( tokVal );
1567 props.bgImages.push( image );
1579 props.bgImages.push( image );
1594 props.color = PIE.getColor( color )
1597 props.bgImages = [ {
1613 props.color = PIE.getColor( color )
1624 props.bgImages = [];
1629 props.bgImages.push( {
1647 return ( props.color || props.bgImages[0] ) ? props : null;
2051 var props,
2058 props = { outset: [], inset: [] };
2089 ( inset ? props.inset : props.outset ).push( {
2104 return props && ( props.inset.length || props.outset.length ) ? props : null;
2660 var props = this.styleInfos.backgroundInfo.getProps(),
2663 color = props && props.color,
2694 var props = this.styleInfos.backgroundInfo.getProps(),
2696 images = props && props.bgImages,
2935 props = this.styleInfos.borderInfo.getProps(),
2942 if( props ) {
3183 var props = this.styleInfos.borderImageInfo.getProps(),
3189 PIE.Util.withImageSize( props.src, function( imgSize ) {
3193 …widths = props.widths || ( borderProps ? borderProps.widths : { 't': zero, 'r': zero, 'b': zero, '…
3198 slices = props.slice,
3249 pieces['c'].style.display = props.fill ? '' : 'none';
3592 props = me.styleInfos.backgroundInfo.getProps(),
3595 if ( props ) {
3598 images = props.bgImages;
3617 if ( props.color ) {
3618 bg.push( props.color.val );
3747 props = me.styleInfos.borderImageInfo.getProps(),
3750 repeat = props.repeat,
3756 PIE.Util.withImageSize( props.src, function( imgSize ) {
3767 imgSrc = me.imageToDataURI( props.src, imgW, imgH ),
3775 …widths = props.widths || ( borderProps ? borderProps.widths : { 't': zero, 'r': zero, 'b': zero, '…
3780 slices = props.slice,
3838 if ( props.fill ) { // center fill