Lines Matching refs:Height
2391 $Height = $Positions [3] - $Positions [7];
2394 $YOffset = $Height;
2397 $YOffset = $Height;
2679 function drawEllipse($Xc, $Yc, $Height, $Width, Color $color) { argument
2680 $this->canvas->drawCircle(new Point($Xc, $Yc), $Height, $color, $this->shadowProperties, $Width );
2686 function drawFilledEllipse($Xc, $Yc, $Height, $Width, Color $color) { argument
2687 …$this->canvas->drawFilledCircle(new Point($Xc, $Yc), $Height, $color, $this->shadowProperties, $Wi…
2718 $Height = $Infos [1];
2729 imagecopymerge ( $this->canvas->getPicture(), $Raster, $X, $Y, 0, 0, $Width, $Height, $Alpha );
2741 $Height = $this->YSize + 2 * $Size;
2743 $Resampled = imagecreatetruecolor ( $Width, $Height );
2745 imagefilledrectangle ( $Resampled, 0, 0, $Width, $Height, $C_Background );
2751 $this->YSize = $Height;