Lines Matching refs:YSize
54 protected $YSize = NULL;
117 public function __construct($XSize, $YSize, ICanvas $canvas) {
121 $this->YSize = $YSize;
2809 imagefilledrectangle($this->canvas->getPicture(), 0, 0, $this->XSize, $this->YSize, $C_Background);
2876 new Point($this->XSize, $this->YSize),
2947 $Height = $this->YSize + 2 * $Size;
2953 imagecopy($Resampled, $this->canvas->getPicture(), $Size, $Size, 0, 0, $this->XSize, $this->YSize);
2957 $this->YSize = $Height;
2959 $this->canvas->setPicture(imagecreatetruecolor($this->XSize, $this->YSize));
2961 imagefilledrectangle($this->canvas->getPicture(), 0, 0, $this->XSize, $this->YSize, $C_White);
2963 imagecopy($this->canvas->getPicture(), $Resampled, 0, 0, 0, 0, $this->XSize, $this->YSize);
3074 $this->YSize - (20 + (($this->ErrorFontSize + 4) * count($this->Errors)))),
3076 $this->YSize - 10),
3086 $this->YSize - (20 + (($this->ErrorFontSize + 4) * count($this->Errors)))),
3088 $this->YSize - 10),
3096 $YPos = $this->YSize - (18 + (count($this->Errors) - 1) * ($this->ErrorFontSize + 4));