Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
H A DICanvas.php32 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
34 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
H A DTestCanvas.php47 …$lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
51 …$lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point … argument
H A DGDCanvas.php311 …$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 DICanvas.php28 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 DTestCanvas.php45 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 DGDCanvas.php360 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())))