Home
last modified time | relevance | path

Searched refs:point2 (Results 1 – 16 of 16) sorted by path

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js12332point2 = new fabric.Point(boundingRect.left + boundingRect.width, boundingRect.top + boundingRect.…
12334 return this.isContainedWithinRect(point1, point2);
H A Dfabric.min.js6 …p),point2=new fabric.Point(boundingRect.left+boundingRect.width,boundingRect.top+boundingRect.heig…
/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.map1point2,\n v = visible(lambda, phi),\n c = smallRadius\n ? v ? 0…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1point2","clipRectangle","corner","comparePoint","ca","cb","x__","y__","v__","x_","y_","v_","first"…
/plugin/jmol2/jmol/
H A DCHANGES.txt2115 # measure $point2 {atomno=3} $line[1]
2175 # new feature: {point1} == {point2} if distance < 0.000001
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/statdisplay/pchart/
H A DGDCanvas.php162 $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 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();
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 DGDCanvas.php153 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 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.php1121 * @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...]