Searched refs:headsize (Results 1 – 1 of 1) sorted by relevance
3762 function Arrow($x1, $y1, $x2, $y2, $headsize = 3, $fill = 'B', $angle = 25) argument3776 $x3 = $x2 - ($headsize * cos($b));3777 $y3 = $this->h - ($y2 - ($headsize * sin($b)));3778 $x4 = $x2 - ($headsize * cos($c));3779 $y4 = $this->h - ($y2 - ($headsize * sin($c)));