Lines Matching refs:lineWidth
18 $alpha = 100, $lineWidth = 1, $lineDotSize = 0) { argument
98 $lineWidth,
104 …public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSi… argument
112 $lineWidth,
119 $lineWidth,
126 $lineWidth,
133 $lineWidth,
139 …wRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, S… argument
167 $lineWidth,
174 $lineWidth,
181 $lineWidth,
188 $lineWidth,
198 Color $color, $lineWidth, $lineDotSize, argument
287 $lineWidth, $lineDotSize,
293 $lineWidth, $lineDotSize,
299 $lineWidth, $lineDotSize,
305 $lineWidth, $lineDotSize,
311 …public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, Sha… argument
315 $lineDotSize, $lineWidth,
336 if ($lineWidth == 1)
339 $StartOffset = - ($lineWidth / 2);
340 $EndOffset = ($lineWidth / 2);
349 …public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, S… argument
365 if ($lineWidth == 1)
369 $StartOffset = - ($lineWidth / 2);
370 $EndOffset = ($lineWidth / 2);