Searched refs:borderProps (Results 1 – 1 of 1) sorted by relevance
| /template/scanlines/htc/PIE-1.0beta5/ |
| D | PIE_uncompressed.js | 2987 borderProps, radiusInfo, radii, widths, styles, colors; 2990 borderProps = borderInfo.getProps(); property 2992 widths = borderProps.widths; 2993 styles = borderProps.styles; 2994 colors = borderProps.colors; 2996 if( borderProps.widthsSame && borderProps.stylesSame && borderProps.colorsSame ) { 3184 borderProps = this.styleInfos.borderInfo.getProps(), 3193 …widths = props.widths || ( borderProps ? borderProps.widths : { 't': zero, 'r': zero, 'b': zero, '… 3488 borderProps = this.styleInfos.borderInfo.getProps(), 3489 borderWidths = borderProps && borderProps.widths, [all …]
|