Lines Matching refs:XSize
55 protected $XSize = NULL; variable in pChart
118 function __construct($XSize, $YSize, ICanvas $canvas) { argument
121 $this->XSize = $XSize;
2611 …imagefilledrectangle ( $this->canvas->getPicture(), 0, 0, $this->XSize, $this->YSize, $C_Backgroun…
2671 new Point($this->XSize, $this->YSize),
2740 $Width = $this->XSize + 2 * $Size;
2747 …imagecopy ( $Resampled, $this->canvas->getPicture(), $Size, $Size, 0, 0, $this->XSize, $this->YSiz…
2750 $this->XSize = $Width;
2753 $this->canvas->setPicture(imagecreatetruecolor ( $this->XSize, $this->YSize ));
2755 imagefilledrectangle ( $this->canvas->getPicture(), 0, 0, $this->XSize, $this->YSize, $C_White );
2757 imagecopy ( $this->canvas->getPicture(), $Resampled, 0, 0, 0, 0, $this->XSize, $this->YSize );
2862 $this->canvas->drawFilledRoundedRectangle(new Point($this->XSize - ($MaxWidth + 20),
2864 new Point($this->XSize - 10,
2872 $this->canvas->drawRoundedRectangle(new Point($this->XSize - ($MaxWidth + 20),
2874 new Point($this->XSize - 10,
2886 new Point($this->XSize - ($MaxWidth + 15),