Searched refs:SetXY (Results 1 – 4 of 4) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | DirectWrite.php | 378 $this->mpdf->SetXY($x - $w[$i] / 2, $y - $r); 393 $this->mpdf->SetXY($x - $w[$i] / 2, $y + $r - $this->mpdf->FontSize); 418 $this->mpdf->SetXY($x - $wc / 2, $y - $r); 424 $this->mpdf->SetXY($x - $wc / 2, $y - $r);
|
H A D | Mpdf.php | 9471 function SetXY($x, $y) 14758 $this->SetXY($save_x, $save_y); 9433 function SetXY($x, $y) global() function in Mpdf\\Mpdf
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdfTplTrait.php | 256 $this->SetXY($this->lMargin, $this->tMargin); 277 $this->SetXY($state['x'], $state['y']);
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 2501 function SetXY($x,$y) function in FPDF
|