Home
last modified time | relevance | path

Searched refs:lineDotSize (Results 1 – 10 of 10) sorted by path

/plugin/statdisplay/pchart/
H A DGDCanvas.php99 $lineDotSize,
113 $lineDotSize,
120 $lineDotSize,
127 $lineDotSize,
134 $lineDotSize,
168 $lineDotSize,
175 $lineDotSize,
182 $lineDotSize,
189 $lineDotSize,
287 $lineWidth, $lineDotSize,
[all …]
H A DICanvas.php15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… argument
22 $lineDotSize = 0); argument
25 Color $color, $lineWidth, $lineDotSize, argument
29 Color $color, $lineWidth, $lineDotSize, argument
32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… argument
H A DScaleStyle.php10 …nction __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotSize = 0) { argument
15 $this->lineDotSize = $lineDotSize;
40 return $this->lineDotSize;
51 private $lineDotSize; variable in ScaleStyle
H A DTestCanvas.php22 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… argument
31 $lineDotSize = 0) { argument
36 Color $color, $lineWidth, $lineDotSize, argument
42 Color $color, $lineWidth, $lineDotSize, argument
47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… argument
H A DpChart.php2869 $this->lineDotSize,
/plugin/statistics/inc/pchart/
H A DGDCanvas.php16 $alpha = 100, $lineWidth = 1, $lineDotSize = 0) { argument
104 $lineDotSize,
110 public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument
120 $lineDotSize,
129 $lineDotSize,
138 $lineDotSize,
147 $lineDotSize,
153 public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument
183 $lineDotSize,
192 $lineDotSize,
220 drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) global() argument
360 drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument
[all...]
H A DICanvas.php11 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties); argument
18 $lineDotSize = 0); argument
21 Color $color, $lineWidth, $lineDotSize, argument
25 Color $color, $lineWidth, $lineDotSize, argument
28 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
H A DScaleStyle.php6 * @todo The color, lineWidth and lineDotSize variables could all
9 public function __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotSize = 0) { argument
14 $this->lineDotSize = $lineDotSize;
39 return $this->lineDotSize;
50 private $lineDotSize; variable in ScaleStyle
H A DTestCanvas.php20 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument
29 $lineDotSize = 0) { argument
34 Color $color, $lineWidth, $lineDotSize, argument
40 Color $color, $lineWidth, $lineDotSize, argument
45 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
H A DpChart.php3080 $this->lineDotSize,