Home
last modified time | relevance | path

Searched refs:px2 (Results 1 – 10 of 10) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php693 $px2 = $px1 + cos($alpha);
696 $res1 = $this->testIntersect($px1, $py1, $px2, $py2, 0, 0, 0, 1); // $x=0 vert axis
697 $res2 = $this->testIntersect($px1, $py1, $px2, $py2, 1, 0, 1, 1); // $x=1 vert axis
698 $res3 = $this->testIntersect($px1, $py1, $px2, $py2, 0, 0, 1, 0); // $y=0 horiz axis
699 $res4 = $this->testIntersect($px1, $py1, $px2, $py2, 0, 1, 1, 1); // $y=1 horiz axis
736 $px2 = $px1 + cos($alpha);
739 $res1 = $this->testIntersect($px1, $py1, $px2, $py2, 0, 0, 0, 1); // $x=0 vert axis
740 $res2 = $this->testIntersect($px1, $py1, $px2, $py2, 1, 0, 1, 1); // $x=1 vert axis
741 $res3 = $this->testIntersect($px1, $py1, $px2, $py2, 0, 0, 1, 0); // $y=0 horiz axis
742 $res4 = $this->testIntersect($px1, $py1, $px2,
[all...]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1382 px2 = +px.toFixed(2),
1385 px2 < +mmin(x1, x2).toFixed(2) ||
1386 px2 > +mmax(x1, x2).toFixed(2) ||
1387 px2 < +mmin(x3, x4).toFixed(2) ||
1388 px2 > +mmax(x3, x4).toFixed(2) ||
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js5579 px2 = +px.toFixed(2),
5582 px2 < +mmin(x1, x2).toFixed(2) ||
5583 px2 > +mmax(x1, x2).toFixed(2) ||
5584 px2 < +mmin(x3, x4).toFixed(2) ||
5585 px2 > +mmax(x3, x4).toFixed(2) ||
/plugin/callflow/
H A Draphael.js1768 px2 = +px.toFixed(2),
1771 px2 < +mmin(x1, x2).toFixed(2) ||
1772 px2 > +mmax(x1, x2).toFixed(2) ||
1773 px2 < +mmin(x3, x4).toFixed(2) ||
1774 px2 > +mmax(x3, x4).toFixed(2) ||
/plugin/advrack/
H A Draphael.js1768 px2 = +px.toFixed(2),
1771 px2 < +mmin(x1, x2).toFixed(2) ||
1772 px2 > +mmax(x1, x2).toFixed(2) ||
1773 px2 < +mmin(x3, x4).toFixed(2) ||
1774 px2 > +mmax(x3, x4).toFixed(2) ||
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1px2=px*px,pl=rx2*ry2-rx2*py2-ry2*px2,root=0;if(pl<0){var s=Math.sqrt(1-pl/(rx2*ry2));rx*=s;ry*=s}e…
H A Dfabric.js898 rx2 = rx * rx, ry2 = ry * ry, py2 = py * py, px2 = px * px,
899 pl = rx2 * ry2 - rx2 * py2 - ry2 * px2,
909 Math.sqrt( pl /(rx2 * py2 + ry2 * px2));
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js6548 function NURBSTo(x, y, w, h, px1, py1, n1x, n1y, px2, py2, n2x, n2y) argument
6550 var nurbs = new Nurbs(px1, py1, n1x, n1y, px2, py2, n2x, n2y);
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3462 px2 = +px.toFixed(2),
3466 px2 < +mmin(x1, x2).toFixed(2) ||
3467 px2 > +mmax(x1, x2).toFixed(2) ||
3468 px2 < +mmin(x3, x4).toFixed(2) ||
3469 px2 > +mmax(x3, x4).toFixed(2) ||