Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php378 $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 DMpdf.php9471 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 DFpdfTplTrait.php256 $this->SetXY($this->lMargin, $this->tMargin);
277 $this->SetXY($state['x'], $state['y']);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2501 function SetXY($x,$y) function in FPDF