Lines Matching refs:XSize
53 protected $XSize = NULL;
117 public function __construct($XSize, $YSize, ICanvas $canvas) {
120 $this->XSize = $XSize;
2809 imagefilledrectangle($this->canvas->getPicture(), 0, 0, $this->XSize, $this->YSize, $C_Background);
2876 new Point($this->XSize, $this->YSize),
2946 $Width = $this->XSize + 2 * $Size;
2953 imagecopy($Resampled, $this->canvas->getPicture(), $Size, $Size, 0, 0, $this->XSize, $this->YSize);
2956 $this->XSize = $Width;
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);
3073 new Point($this->XSize - ($MaxWidth + 20),
3075 new Point($this->XSize - 10,
3085 new Point($this->XSize - ($MaxWidth + 20),
3087 new Point($this->XSize - 10,
3101 new Point($this->XSize - ($MaxWidth + 15),