Home
last modified time | relevance | path

Searched refs:dotSize (Results 1 – 6 of 6) sorted by relevance

/plugin/statdisplay/pchart/
H A DICanvas.php34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… argument
H A DTestCanvas.php51 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… argument
H A DGDCanvas.php349 …public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, S… argument
360 if ($DotIndex <= $dotSize) {
381 if ($DotIndex == $dotSize * 2)
/plugin/statistics/inc/pchart/
H A DICanvas.php30 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
H A DTestCanvas.php49 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
H A DGDCanvas.php403 public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
414 if($DotIndex <= $dotSize) {
440 if($DotIndex == $dotSize * 2)