Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DDirectWrite.php509 $this->mpdf->RoundedRect($r1, $y1, $r2 - $r1, $y2, $radius, $style);
DForm.php516 $this->mpdf->RoundedRect($this->mpdf->x, $this->mpdf->y, $w, $h, 0.5 / $k, 'DF');
DMpdf.php10619 function RoundedRect($x, $y, $w, $h, $r, $style = '') function in Mpdf\\Mpdf