Lines Matching refs:Width
203 function setLineStyle($Width = 1, $DotSize = 0) { argument
204 $this->LineWidth = $Width;
1502 $Width = $Positions [2] - $Positions [6];
1503 $XOffset = $XPos - ($Width / 2);
2390 $Width = $Positions [2] - $Positions [6];
2398 $XOffset = - $Width;
2402 $XOffset = - $Width;
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 …->canvas->drawFilledCircle(new Point($Xc, $Yc), $Height, $color, $this->shadowProperties, $Width );
2717 $Width = $Infos [0];
2729 imagecopymerge ( $this->canvas->getPicture(), $Raster, $X, $Y, 0, 0, $Width, $Height, $Alpha );
2740 $Width = $this->XSize + 2 * $Size;
2743 $Resampled = imagecreatetruecolor ( $Width, $Height );
2745 imagefilledrectangle ( $Resampled, 0, 0, $Width, $Height, $C_Background );
2750 $this->XSize = $Width;