Searched refs:YSize (Results 1 – 3 of 3) sorted by relevance
| /plugin/statdisplay/pchart/ |
| D | pChart.php | 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 ); [all …]
|
| /plugin/projects/pchart/pchart/ |
| 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); 2752 imagefilledrectangle($this->Picture,0,0,$this->XSize,$this->YSize,$C_Background); 2763 … if ( $Target == TARGET_BACKGROUND ) { $X1 = 0; $X2 = $this->XSize; $Y1 = 0; $Y2 = $this->YSize; } 3117 if ( $X < 0 || $Y < 0 || $X >= $this->XSize || $Y >= $this->YSize ) 3153 $Height = $this->YSize+2*$Size; 3159 imagecopy($Resampled,$this->Picture,$Size,$Size,0,0,$this->XSize,$this->YSize); [all …]
|
| /plugin/charter/lib/pchart/ |
| 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); 2777 imagefilledrectangle($this->Picture,0,0,$this->XSize,$this->YSize,$C_Background); 2788 … if ( $Target == TARGET_BACKGROUND ) { $X1 = 0; $X2 = $this->XSize; $Y1 = 0; $Y2 = $this->YSize; } 3142 if ( $X < 0 || $Y < 0 || $X >= $this->XSize || $Y >= $this->YSize ) 3178 $Height = $this->YSize+2*$Size; 3184 imagecopy($Resampled,$this->Picture,$Size,$Size,0,0,$this->XSize,$this->YSize); [all …]
|