/plugin/diagramsnet/lib/shapes/ |
H A D | mxNetworks.js | 98 var p1x = midX + nx * dist / 3 * 0.1 - ny / 3 * dist * 0.1; 111 c.lineTo(p1x, p1y);
|
H A D | mxLeanMap.js | 1887 var p1x = midX - nx * dist * 0.1 - ny / 3 * dist * 0.1; 1895 c.lineTo(p1x, p1y); 1899 var dx = pe.x - p1x;
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.core.js | 1218 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x), 1222 ax = t1 * p1x + t * c1x, 1269 if (!R.is(p1x, "array")) { 1270 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y]; 1272 var bbox = curveDim.apply(null, p1x); 1928 b = 2 * (c1x - p1x) - 2 * (c2x - c1x), 1929 c = p1x - c1x, 1933 x = [p1x, p2x], 3827 …return R.findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, getTatLen(p1x, p1y, c1x, c1y, c… 4274 var cx = 3 * p1x, [all …]
|
/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | Geometry.php | 403 $p1x = $segment1End->x(); 410 $s1x = $p1x - $p0x;
|
/plugin/callflow/ |
H A D | raphael.js | 1604 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x), 1608 ax = t1 * p1x + t * c1x, 1655 if (!R.is(p1x, "array")) { 1656 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y]; 1658 var bbox = curveDim.apply(null, p1x); 2314 b = 2 * (c1x - p1x) - 2 * (c2x - c1x), 2315 c = p1x - c1x, 2319 x = [p1x, p2x], 4187 …return R.findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, getTatLen(p1x, p1y, c1x, c1y, c… 4635 var cx = 3 * p1x, [all …]
|
/plugin/advrack/ |
H A D | raphael.js | 1604 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x), 1608 ax = t1 * p1x + t * c1x, 1655 if (!R.is(p1x, "array")) { 1656 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y]; 1658 var bbox = curveDim.apply(null, p1x); 2314 b = 2 * (c1x - p1x) - 2 * (c2x - c1x), 2315 c = p1x - c1x, 2319 x = [p1x, p2x], 4187 …return R.findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, getTatLen(p1x, p1y, c1x, c1y, c… 4635 var cx = 3 * p1x, [all …]
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
H A D | snap.svg.js | 5388 return bezlen(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y); 5390 return findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, 5391 getTotLen(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, length)); 5458 function findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument 5466 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x), 5470 ax = t1 * p1x + t * c1x, 5486 function bezierBBox(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument 5487 if (!Snap.is(p1x, "array")) { 5488 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y]; 5490 var bbox = curveDim.apply(null, p1x); [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Mpdf.php | 17283 $p1x = $x00 + $w00 - $d1 - $brbgTR_H; 17284 $p1c2x = $p1x + ($d2 + $brbgTR_H) * $mag; 17298 $p1x = $x00 + $w00 - $bl; 17299 $p1c2x = $p1x; 17308 $shadow .= sprintf('%.3F %.3F m ', ($p1x ) * Mpdf::SCALE, ($this->h - ($p1y )) * Mpdf::SCALE); 17311 $patch_array[0]['points'] = [$p1x, $p1y, $p1x, $p1y, 17320 $p1x = $x00 + $w00; // control point only matches p3 preceding 17343 $p1x, $p1y]; 17348 $p1x [all...] |
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 5095 function sign (p1x, p1y, p2x, p2y, p3x, p3y) argument 5097 return (p1x - p3x) * (p2y - p3y) - (p2x - p3x) * (p1y - p3y); 6764 … var p1x = Math.sqrt(x1 * x1 + y1 * y1) * Math.cos(Math.atan2(y1, x1) - ang); 6770 …= ((p1x - p2x) * (p1x + p2x) * (p2y - p3y) - (p2x - p3x) * (p2x + p3x) * (p1y - p2y) + d * d * (p1… 6771 …p1x - p2x) * (p2x - p3x) * (p1x - p3x) / (d * d) + (p2x - p3x) * (p1y - p2y) * (p1y + p2y) - (p1x … 6776 var dx = p1x - p0x; 6791 …if (com.mxgraph.io.vsdx.mxVsdxUtils.isInsideTriangle(p0x, p0y, p1x, p1y, p2x, p2y, p3x, p3y)) // &…
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 3357 function findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument 3363 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
|