Lines Matching refs:x
308 * @param float $x
317 …public function createImage(string $file, float $x, float $y, float $w, float $h, string $align, s… argument
319 return new ReportHtmlImage($file, $x, $y, $w, $h, $align, $ln);
326 * @param float $x
337 float $x, argument
344 …return new ReportHtmlImage($media_file->imageUrl((int) $w, (int) $h, 'crop'), $x, $y, $w, $h, $ali…
591 * @param float $x
595 public function setX(float $x): void argument
597 $this->X = $x;
622 * @param float $x
627 public function setXy(float $x, float $y): void argument
629 $this->setX($x);