Lines Matching defs:Width
194 function setLineStyle($Width = 1, $DotSize = 0) {
195 $this->LineWidth = $Width;
1625 $Width = $Positions [2] - $Positions [6];
1626 $XOffset = $XPos - ($Width / 2);
2571 $Width = $Positions [2] - $Positions [6];
2579 $XOffset = -$Width;
2583 $XOffset = -$Width;
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);
2923 $Width = $Infos [0];
2935 imagecopymerge($this->canvas->getPicture(), $Raster, $X, $Y, 0, 0, $Width, $Height, $Alpha);
2946 $Width = $this->XSize + 2 * $Size;
2949 $Resampled = imagecreatetruecolor($Width, $Height);
2951 imagefilledrectangle($Resampled, 0, 0, $Width, $Height, $C_Background);
2956 $this->XSize = $Width;