/plugin/statdisplay/pchart/ |
H A D | ICanvas.php | 32 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument 34 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
|
H A D | TestCanvas.php | 47 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument 51 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
|
H A D | GDCanvas.php | 311 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument 317 $boundingBoxMin, 332 if ((($boundingBoxMin == null) || (($X >= $boundingBoxMin->getX()) 333 && ($Y >= $boundingBoxMin->getY()))) 349 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument 361 if (($boundingBoxMin == null || (($X >= $boundingBoxMin->getX()) 362 && ($Y >= $boundingBoxMin->getY())))
|
/plugin/statistics/inc/pchart/ |
H A D | ICanvas.php | 28 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument 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 | 45 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument 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 | 360 public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument 367 $boundingBoxMin, 383 if((($boundingBoxMin == null) || (($X >= $boundingBoxMin->getX()) 384 && ($Y >= $boundingBoxMin->getY()))) 403 public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument 415 if(($boundingBoxMin == null || (($X >= $boundingBoxMin->getX()) 416 && ($Y >= $boundingBoxMin->getY())))
|