Lines Matching refs:XSize
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);
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 )
3177 $Width = $this->XSize+2*$Size;
3184 imagecopy($Resampled,$this->Picture,$Size,$Size,0,0,$this->XSize,$this->YSize);
3187 $this->XSize = $Width;
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 …ledRoundedRectangle($this->XSize-($MaxWidth+20),$this->YSize-(20+(($this->ErrorFontSize+4)*count($…
3358 …rawRoundedRectangle($this->XSize-($MaxWidth+20),$this->YSize-(20+(($this->ErrorFontSize+4)*count($…
3364 …imagettftext($this->Picture,$this->ErrorFontSize,0,$this->XSize-($MaxWidth+15),$YPos,$C_TextColor,…