Searched refs:getShape (Results 1 – 1 of 1) sorted by relevance
/template/scanlines/htc/PIE-1.0beta5/ |
H A D | PIE_uncompressed.js | 2264 getShape: function( name, subElName, parent, group ) { method in PIE.RendererBase 2669 shape = this.getShape( 'bgColor', 'fill', this.getBox(), 1 ); 2708 shape = this.getShape( 'bgImage' + i, 'fill', this.getBox(), 2 ); 2948 … shape = this.getShape( 'borderPiece' + i, seg.stroke ? 'stroke' : 'fill', this.getBox() ); 3361 var shape = me.getShape( 'shadow' + index + corner, 'fill', box, len - index ), 3483 var shape = this.getShape( 'img', 'fill', this.getBox() ),
|