Searched defs:dotSize (Results 1 – 6 of 6) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | ICanvas.php | 34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
|
H A D | TestCanvas.php | 51 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
|
H A D | GDCanvas.php | 349 …public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, S…
|
/plugin/statistics/inc/pchart/ |
H A D | ICanvas.php | 30 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
|
H A D | TestCanvas.php | 49 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
|
H A D | GDCanvas.php | 403 public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
|