| /plugin/statdisplay/pchart/ |
| D | GDCanvas.php | 139 …public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWid… argument 147 $X = cos ( ($i - 90) * M_PI / 180 ) * $radius + $point2->getX() - $radius; 151 $X = cos ( ($i) * M_PI / 180 ) * $radius + $point2->getX() - $radius; 152 $Y = sin ( ($i) * M_PI / 180 ) * $radius + $point2->getY() - $radius; 156 $Y = sin ( ($i + 90) * M_PI / 180 ) * $radius + $point2->getY() - $radius; 162 $X2 = $point2->getX() + .2; 163 $Y2 = $point2->getY() + .2; 197 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, argument 214 + $point2->getX() 222 + $point2->getX() [all …]
|
| D | ICanvas.php | 28 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, argument 32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… argument 34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… argument
|
| D | TestCanvas.php | 41 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, argument 47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… argument 51 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… argument
|
| D | pChart.php | 1054 …public function drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, … argument 1066 $AreaWidth = $point2->getX() - $point1->getX(); 1067 $AreaHeight = $point2->getY() - $point1->getY(); 1071 $point2, 1083 $newPosition = new Point($point2->getX() - $TextWidth - 1, 1095 $newPosition = new Point($point2->getX() - $TextWidth - 1, 1100 $point2->getY() - 1); 1104 $point2->getY() - 1); 1107 $newPosition = $point2->addIncrement(- $TextWidth - 1, 2614 private function drawGradient(Point $point1, Point $point2, Color $color, $decay) { argument [all …]
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 442 function diffPoints(point1, point2) { 444 left: point1.left - point2.left, 445 top: point1.top - point2.top
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 12332 …point2 = new fabric.Point(boundingRect.left + boundingRect.width, boundingRect.top + boundingRect.… 12334 return this.isContainedWithinRect(point1, point2);
|
| D | fabric.min.js | 6 …p),point2=new fabric.Point(boundingRect.left+boundingRect.width,boundingRect.top+boundingRect.heig…
|
| /plugin/jmol2/jmol/ |
| D | CHANGES.txt | 2115 # measure $point2 {atomno=3} $line[1] 2175 # new feature: {point1} == {point2} if distance < 0.000001
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 41976 function getDistancePointPoint(point1, point2) { argument 41979 x: point1.x - point2.x, 41980 y: point1.y - point2.y
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …point2","clipRectangle","corner","comparePoint","ca","cb","x__","y__","v__","x_","y_","v_","first"…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …point2,\n v = visible(lambda, phi),\n c = smallRadius\n ? v ? 0…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …point2 End point.\n * @return {boolean} `true` if the segment and the extent intersect,\n …
|