Lines Matching refs:y
309 * @param float $y
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);
327 * @param float $y
338 float $y, argument
344 …return new ReportHtmlImage($media_file->imageUrl((int) $w, (int) $h, 'crop'), $x, $y, $w, $h, $ali…
397 * @param float $y
401 public function addMaxY(float $y): void argument
403 if ($this->maxY < $y) {
404 $this->maxY = $y;
605 * @param float $y
609 public function setY(float $y): void argument
611 $this->Y = $y;
612 if ($this->maxY < $y) {
613 $this->maxY = $y;
623 * @param float $y
627 public function setXy(float $x, float $y): void argument
630 $this->setY($y);