Searched defs:point2 (Results 1 – 5 of 5) sorted by relevance
| /plugin/statdisplay/pchart/ |
| 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…
|
| 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…
|
| 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…
|
| 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/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 41976 function getDistancePointPoint(point1, point2) { argument
|