Home
last modified time | relevance | path

Searched refs:headsize (Results 1 – 1 of 1) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php3762 function Arrow($x1, $y1, $x2, $y2, $headsize = 3, $fill = 'B', $angle = 25)
3776 $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)));
3734 Arrow($x1, $y1, $x2, $y2, $headsize = 3, $fill = 'B', $angle = 25) global() argument