Home
last modified time | relevance | path

Searched refs:point1 (Results 1 – 18 of 18) sorted by path

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js12331 point1 = new fabric.Point(boundingRect.left, boundingRect.top),
12334 return this.isContainedWithinRect(point1, point2);
H A Dfabric.min.js6point1=new fabric.Point(boundingRect.left,boundingRect.top),point2=new fabric.Point(boundingRect.l…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js41976 function getDistancePointPoint(point1, point2) { argument
41979 x: point1.x - point2.x,
41980 y: point1.y - point2.y
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js442 function diffPoints(point1, point2) {
444 left: point1.left - point2.left,
445 top: point1.top - point2.top
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1point1 = pointer(that);\n if (shifting && !lockX && !lockY) {\n if (Math.abs(point1[0]…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1point1","move","keyCode","selection0","selection1","clear","starting","keyModifiers","cos","sin","…
/plugin/jmol2/jmol/
H A DCHANGES.txt2175 # new feature: {point1} == {point2} if distance < 0.000001
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js22002 var point1 = args[4];
22008 gradient.setAttributeNS(null, 'x2', point1[0]);
22009 gradient.setAttributeNS(null, 'y2', point1[1]);
H A Dpdf.js.map1point1","gradient","focalPoint","circlePoint","focalRadius","circleRadius","colorStop","op","clipI…
/plugin/statdisplay/pchart/
H A DGDCanvas.php160 $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 DICanvas.php28 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 DTestCanvas.php41 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 DpChart.php1066 $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 DGDCanvas.php153 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 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.php1120 * @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...]