Searched refs:YSize (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 56 protected $YSize = NULL; variable in pChart 118 function __construct($XSize, $YSize, ICanvas $canvas) { argument 122 $this->YSize = $YSize; 2671 new Point($this->XSize, $this->YSize), 2741 $Height = $this->YSize + 2 * $Size; 2751 $this->YSize = $Height; 2753 $this->canvas->setPicture(imagecreatetruecolor ( $this->XSize, $this->YSize )); 2863 $this->YSize - (20 + (($this->ErrorFontSize + 4) * count ( $this->Errors )))), 2865 $this->YSize - 10), 2875 $this->YSize - 10), [all …]
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 54 protected $YSize = NULL; variable in pChart 117 public function __construct($XSize, $YSize, ICanvas $canvas) { argument 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)); [all...] |
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 132 var $YSize = NULL; variable in pChart 197 function pChart($XSize,$YSize) argument 200 $this->YSize = $YSize; 201 $this->Picture = imagecreatetruecolor($XSize,$YSize); 204 imagefilledrectangle($this->Picture,0,0,$XSize,$YSize,$C_White); 3117 if ( $X < 0 || $Y < 0 || $X >= $this->XSize || $Y >= $this->YSize ) 3153 $Height = $this->YSize+2*$Size; 3163 $this->YSize = $Height; 3165 $this->Picture = imagecreatetruecolor($this->XSize,$this->YSize); 3169 imagecopy($this->Picture,$Resampled,0,0,0,0,$this->XSize,$this->YSize); [all …]
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 132 var $YSize = NULL; variable in pChart 197 function pChart($XSize,$YSize) argument 200 $this->YSize = $YSize; 201 $this->Picture = imagecreatetruecolor($XSize,$YSize); 204 imagefilledrectangle($this->Picture,0,0,$XSize,$YSize,$C_White); 3142 if ( $X < 0 || $Y < 0 || $X >= $this->XSize || $Y >= $this->YSize ) 3178 $Height = $this->YSize+2*$Size; 3188 $this->YSize = $Height; 3190 $this->Picture = imagecreatetruecolor($this->XSize,$this->YSize); 3357 …his->XSize-($MaxWidth+20),$this->YSize-(20+(($this->ErrorFontSize+4)*count($this->Errors))),$this-… [all …]
|