Searched refs:SetXY (Results 1 – 4 of 4) sorted by relevance
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);
9471 function SetXY($x, $y) function in Mpdf\\Mpdf14758 $this->SetXY($save_x, $save_y);
256 $this->SetXY($this->lMargin, $this->tMargin);277 $this->SetXY($state['x'], $state['y']);
2501 function SetXY($x,$y) function in FPDF