Searched defs:lineDotSize (Results 1 – 4 of 4) sorted by relevance
| /plugin/statdisplay/pchart/ |
| D | ICanvas.php | 15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… 22 $lineDotSize = 0); 25 Color $color, $lineWidth, $lineDotSize, 29 Color $color, $lineWidth, $lineDotSize, 32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp…
|
| D | ScaleStyle.php | 10 …nction __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotSize = 0) { 51 private $lineDotSize; variable in ScaleStyle
|
| D | TestCanvas.php | 22 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… 31 $lineDotSize = 0) { 36 Color $color, $lineWidth, $lineDotSize, 42 Color $color, $lineWidth, $lineDotSize, 47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp…
|
| D | GDCanvas.php | 18 $alpha = 100, $lineWidth = 1, $lineDotSize = 0) { 104 …awRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperti… 139 …ngle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperti… 198 Color $color, $lineWidth, $lineDotSize, 311 …public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, Sha…
|