Lines Matching refs:YSize
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);
3188 $this->YSize = $Height;
3190 $this->Picture = imagecreatetruecolor($this->XSize,$this->YSize);
3192 imagefilledrectangle($this->Picture,0,0,$this->XSize,$this->YSize,$C_White);
3194 imagecopy($this->Picture,$Resampled,0,0,0,0,$this->XSize,$this->YSize);
3357 …his->XSize-($MaxWidth+20),$this->YSize-(20+(($this->ErrorFontSize+4)*count($this->Errors))),$this-…
3358 …his->XSize-($MaxWidth+20),$this->YSize-(20+(($this->ErrorFontSize+4)*count($this->Errors))),$this-…
3361 $YPos = $this->YSize - (18 + (count($this->Errors)-1) * ($this->ErrorFontSize + 4));