/plugin/statdisplay/pchart/ |
H A D | GDCanvas.php | 139 …public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWid… 197 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, 311 …public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, Sha… 349 …public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, S…
|
H A D | ICanvas.php | 28 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, 32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… 34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
|
H A D | TestCanvas.php | 41 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, 47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… 51 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
|
H A D | pChart.php | 1054 …public function drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, … 2614 private function drawGradient(Point $point1, Point $point2, Color $color, $decay) {
|
/plugin/statistics/inc/pchart/ |
H A D | GDCanvas.php | 153 public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument 219 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, argument 360 drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument 403 drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument [all...] |
H A D | ICanvas.php | 24 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, argument 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 | 39 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, argument 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 | pChart.php | 1127 public function drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, $Align = ALIGN_LEFT, ShadowProperties $shadowProperties = null, Color $backgroundColor = null, $Alpha = 100) { argument 2812 drawGradient(Point $point1, Point $point2, Color $color, $decay) global() argument [all...] |
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 41976 function getDistancePointPoint(point1, point2) { argument
|