Searched refs:dotSize (Results 1 – 3 of 3) sorted by relevance
| /plugin/statdisplay/pchart/ |
| D | ICanvas.php | 34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… argument
|
| D | TestCanvas.php | 51 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… argument
|
| D | GDCanvas.php | 349 …public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, S… argument 360 if ($DotIndex <= $dotSize) { 381 if ($DotIndex == $dotSize * 2)
|