Searched refs:calcLinePoints (Results 1 – 2 of 2) sorted by relevance
13643 var p = this.calcLinePoints();13664 var p = this.calcLinePoints();13678 return extend(this.callSuper('toObject', propertiesToInclude), this.calcLinePoints());13685 calcLinePoints: function() { method13712 p = this.calcLinePoints();
8 …calcLinePoints();ctx.moveTo(p.x1,p.y1);ctx.lineTo(p.x2,p.y2)}ctx.lineWidth=this.strokeWidth;var or…