Lines Matching refs:YSize
56 protected $YSize = NULL; variable in pChart
118 function __construct($XSize, $YSize, ICanvas $canvas) { argument
122 $this->YSize = $YSize;
2611 …imagefilledrectangle ( $this->canvas->getPicture(), 0, 0, $this->XSize, $this->YSize, $C_Backgroun…
2671 new Point($this->XSize, $this->YSize),
2741 $Height = $this->YSize + 2 * $Size;
2747 …gecopy ( $Resampled, $this->canvas->getPicture(), $Size, $Size, 0, 0, $this->XSize, $this->YSize );
2751 $this->YSize = $Height;
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 );
2863 $this->YSize - (20 + (($this->ErrorFontSize + 4) * count ( $this->Errors )))),
2865 $this->YSize - 10),
2873 $this->YSize - (20 + (($this->ErrorFontSize + 4) * count ( $this->Errors )))),
2875 $this->YSize - 10),
2882 $YPos = $this->YSize - (18 + (count ( $this->Errors ) - 1) * ($this->ErrorFontSize + 4));