Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
H A DICanvas.php32 …or, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Po…
34 …ze, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Po…
H A DTestCanvas.php47 …or, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Po…
51 …ze, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Po…
H A DGDCanvas.php311 …or, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Po…
349 …ze, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Po…
/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
403 public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument