/plugin/statdisplay/pchart/ |
H A D | GDCanvas.php | 162 $X2 = $point2->getX() + .2; 163 $Y2 = $point2->getY() + .2; 214 + $point2->getX() 222 + $point2->getX() 226 + $point2->getY() 234 + $point2->getY() 272 $point2->getX(), $point2->getY() - $radius, 277 $point2->getX() - $radius, $point2->getY(), 282 $X2 = $point2->getX() + .2; 283 $Y2 = $point2->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(); 1071 $point2, 1083 $newPosition = new Point($point2->getX() - $TextWidth - 1, 1100 $point2->getY() - 1); 1104 $point2->getY() - 1); 1107 $newPosition = $point2->addIncrement(- $TextWidth - 1, 2623 $Yi2 = $point2->getY() - 1; 2627 new Point($point2->getX(), $Yi2), 2642 new Point($point2->getX(), $Yi2), [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 161 $X = cos(($i - 90) * M_PI / 180) * $radius + $point2->getX() - $radius; 165 $X = cos(($i) * M_PI / 180) * $radius + $point2->getX() - $radius; 166 $Y = sin(($i) * M_PI / 180) * $radius + $point2->getY() - $radius; 170 $Y = sin(($i + 90) * M_PI / 180) * $radius + $point2->getY() - $radius; 176 $X2 = $point2->getX() + .2; 177 $Y2 = $point2->getY() + .2; 219 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, argument 236 + $point2->getX() 244 + $point2 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 | 1121 * @param $point2 Maximum 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(); 1145 $point2, 1160 $newPosition = new Point($point2->getX() - $TextWidth - 1, 1176 $newPosition = new Point($point2->getX() - $TextWidth - 1, 1181 $point2->getY() - 1); 1185 $point2->getY() - 1); 1188 $newPosition = $point2 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/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 6 …p),point2=new fabric.Point(boundingRect.left+boundingRect.width,boundingRect.top+boundingRect.heig…
|
H A D | fabric.js | 12332 …point2 = new fabric.Point(boundingRect.left + boundingRect.width, boundingRect.top + boundingRect.… 12334 return this.isContainedWithinRect(point1, point2);
|
/plugin/jmol2/jmol/ |
H A D | CHANGES.txt | 2115 # measure $point2 {atomno=3} $line[1] 2175 # new feature: {point1} == {point2} if distance < 0.000001
|
/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/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …point2","clipRectangle","corner","comparePoint","ca","cb","x__","y__","v__","x_","y_","v_","first"…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …point2,\n v = visible(lambda, phi),\n c = smallRadius\n ? v ? 0…
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|