Lines Matching defs:lineWidth
16 $alpha = 100, $lineWidth = 1, $lineDotSize = 0) {
103 $lineWidth,
110 public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) {
119 $lineWidth,
128 $lineWidth,
137 $lineWidth,
146 $lineWidth,
153 public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) {
182 $lineWidth,
191 $lineWidth,
200 $lineWidth,
209 $lineWidth,
220 Color $color, $lineWidth, $lineDotSize,
330 $lineWidth, $lineDotSize,
338 $lineWidth, $lineDotSize,
346 $lineWidth, $lineDotSize,
354 $lineWidth, $lineDotSize,
360 public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
365 $lineDotSize, $lineWidth,
388 if($lineWidth == 1)
391 $StartOffset = -($lineWidth / 2);
392 $EndOffset = ($lineWidth / 2);
403 public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
420 if($lineWidth == 1)
426 $StartOffset = -($lineWidth / 2);
427 $EndOffset = ($lineWidth / 2);