Home
last modified time | relevance | path

Searched defs:point2 (Results 1 – 9 of 9) sorted by relevance

/plugin/statdisplay/pchart/
H A DGDCanvas.php139 …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 DICanvas.php28 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 DTestCanvas.php41 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 DpChart.php1054 …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 DGDCanvas.php153 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 DICanvas.php24 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 DTestCanvas.php39 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 DpChart.php1127 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 Dbpmn-modeler.development.js41976 function getDistancePointPoint(point1, point2) { argument