Searched refs:XSize (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 55 protected $XSize = NULL; variable in pChart 118 function __construct($XSize, $YSize, ICanvas $canvas) { argument 121 $this->XSize = $XSize; 2671 new Point($this->XSize, $this->YSize), 2740 $Width = $this->XSize + 2 * $Size; 2750 $this->XSize = $Width; 2753 $this->canvas->setPicture(imagecreatetruecolor ( $this->XSize, $this->YSize )); 2864 new Point($this->XSize - 10, 2872 $this->canvas->drawRoundedRectangle(new Point($this->XSize - ($MaxWidth + 20), 2874 new Point($this->XSize - 10, [all …]
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 53 protected $XSize = NULL; variable in pChart 117 public function __construct($XSize, $YSize, ICanvas $canvas) { argument 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, [all...] |
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 131 var $XSize = NULL; variable in pChart 197 function pChart($XSize,$YSize) argument 199 $this->XSize = $XSize; 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 ) 3152 $Width = $this->XSize+2*$Size; 3162 $this->XSize = $Width; 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 | 131 var $XSize = NULL; variable in pChart 197 function pChart($XSize,$YSize) argument 199 $this->XSize = $XSize; 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 ) 3177 $Width = $this->XSize+2*$Size; 3187 $this->XSize = $Width; 3190 $this->Picture = imagecreatetruecolor($this->XSize,$this->YSize); 3357 …ledRoundedRectangle($this->XSize-($MaxWidth+20),$this->YSize-(20+(($this->ErrorFontSize+4)*count($… [all …]
|