/plugin/statdisplay/pchart/ |
H A D | GDCanvas.php | 160 $X1 = $point1->getX() - .2; 161 $Y1 = $point1->getY() - .2; 206 + $point1->getX() 210 + $point1->getY() 218 + $point1->getY() 230 + $point1->getX() 271 $point1->getX(), $point1->getY() + $radius, 276 $point1->getX() + $radius, $point1->getY(), 280 $X1 = $point1->getX() - .2; 281 $Y1 = $point1->getY() - .2; [all …]
|
H A 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
|
H A 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
|
H A D | pChart.php | 1066 $AreaWidth = $point2->getX() - $point1->getX(); 1067 $AreaHeight = $point2->getY() - $point1->getY(); 1070 $this->canvas->drawFilledRectangle($point1, 1076 $newPosition = $point1->addIncrement(1, $this->FontSize + 1); 1084 $point1->getY() + $this->FontSize + 1); 1087 $newPosition = $point1->addIncrement(1, 1099 $newPosition = new Point($point1->getX() + 1, 2617 $YStep = ($point2->getY() - $point1->getY() - 2) / $decay; 2620 $Yi1 = $point1->getY() + ($i * $YStep); 2636 $Yi1 = $point1->getY(); [all …]
|
/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 157 $X = cos(($i + 180) * M_PI / 180) * $radius + $point1->getX() + $radius; 158 $Y = sin(($i + 180) * M_PI / 180) * $radius + $point1->getY() + $radius; 162 $Y = sin(($i - 90) * M_PI / 180) * $radius + $point1->getY() + $radius; 169 $X = cos(($i + 90) * M_PI / 180) * $radius + $point1->getX() + $radius; 174 $X1 = $point1->getX() - .2; 175 $Y1 = $point1->getY() - .2; 219 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, argument 228 + $point1->getX() 232 + $point1 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 | 1120 * @param $point1 Minimum corner of the box 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 1139 $AreaWidth = $point2->getX() - $point1->getX(); 1140 $AreaHeight = $point2->getY() - $point1->getY(); 1144 $point1, 1151 $newPosition = $point1->addIncrement(1, $this->FontSize + 1); 1154 $newPosition = $point1->addIncrement( 1161 $point1->getY() + $this->FontSize + 1); 1164 $newPosition = $point1->addIncrement( 1170 $newPosition = $point1 2812 drawGradient(Point $point1, Point $point2, Color $color, $decay) global() 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/pdfjs/pdfjs/build/ |
H A D | pdf.js | 22002 var point1 = args[4]; 22008 gradient.setAttributeNS(null, 'x2', point1[0]); 22009 gradient.setAttributeNS(null, 'y2', point1[1]);
|
H A D | pdf.js.map | 1 …point1","gradient","focalPoint","circlePoint","focalRadius","circleRadius","colorStop","op","clipI…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 6 …point1=new fabric.Point(boundingRect.left,boundingRect.top),point2=new fabric.Point(boundingRect.l…
|
H A D | fabric.js | 12331 point1 = new fabric.Point(boundingRect.left, boundingRect.top), 12334 return this.isContainedWithinRect(point1, point2);
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …point1","move","keyCode","selection0","selection1","clear","starting","keyModifiers","cos","sin","…
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 41976 function getDistancePointPoint(point1, point2) { argument 41979 x: point1.x - point2.x, 41980 y: point1.y - point2.y
|
/plugin/jmol2/jmol/ |
H A D | CHANGES.txt | 2175 # new feature: {point1} == {point2} if distance < 0.000001
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …point1 = pointer(that);\n if (shifting && !lockX && !lockY) {\n if (Math.abs(point1[0]…
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|