Lines Matching defs:Height
2572 $Height = $Positions [3] - $Positions [7];
2575 $YOffset = $Height;
2578 $YOffset = $Height;
2885 function drawEllipse($Xc, $Yc, $Height, $Width, Color $color) {
2886 $this->canvas->drawCircle(new Point($Xc, $Yc), $Height, $color, $this->shadowProperties, $Width);
2892 function drawFilledEllipse($Xc, $Yc, $Height, $Width, Color $color) {
2893 $this->canvas->drawFilledCircle(new Point($Xc, $Yc), $Height, $color, $this->shadowProperties, $Width);
2924 $Height = $Infos [1];
2935 imagecopymerge($this->canvas->getPicture(), $Raster, $X, $Y, 0, 0, $Width, $Height, $Alpha);
2947 $Height = $this->YSize + 2 * $Size;
2949 $Resampled = imagecreatetruecolor($Width, $Height);
2951 imagefilledrectangle($Resampled, 0, 0, $Width, $Height, $C_Background);
2957 $this->YSize = $Height;