Lines Matching refs:x
221 * @param float $x Static position
225 public function addMarginX(float $x): float argument
229 $x += $m['right'];
231 $x += $m['left'];
233 $this->tcpdf->setX($x);
235 return $x;
491 * @param float $x
500 …public function createImage(string $file, float $x, float $y, float $w, float $h, string $align, s… argument
502 return new ReportPdfImage($file, $x, $y, $w, $h, $align, $ln);
509 * @param float $x
520 float $x, argument
527 return new ReportPdfImage('@' . $media_file->fileContents(), $x, $y, $w, $h, $align, $ln);