Home
last modified time | relevance | path

Searched refs:y2 (Results 76 – 100 of 201) sorted by relevance

123456789

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js360 mxVsdxCanvas2D.prototype.quadTo = function(x1, y1, x2, y2) argument
363 this.lastY = y2;
375 y2 = (geo.height - y2 + geo.y - s.dy) * s.scale;
380 y2 = y2 / h;
382 this.geoSec.appendChild(this.createRowRel("RelQuadBezTo", this.geoStepIndex++, x2, y2, x1, y1));
399 mxVsdxCanvas2D.prototype.curveTo = function(x1, y1, x2, y2, x3, y3) argument
414 y2 = (geo.height - y2 + geo.y - s.dy) * s.scale;
422 y2 = y2 / h;
426 ….geoSec.appendChild(this.createRowRel("RelCubBezTo", this.geoStepIndex++, x3, y3, x1, y1, x2, y2));
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js426 y = y1 - y2;
1277 y2: bbox.max.y,
1374 ny = (x1 * y2 - y1 * x2) * (y3 - y4) - (y1 - y2) * (x3 * y4 - y3 * x4),
1520 bez2 = [x2, y2, x2, y2, x2m, y2m, x2m, y2m];
1625 y2: ymax,
1816 return [x1, y1, x2, y2, x2, y2];
1827 y2
1848 y2 = xy.y;
5006 y2 = [];
5017 y2 = mmax[apply](0, y2);
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js179 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
180 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
267 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
268 var line = this.paper_.path(handLine(x1, y1, x2, y2)).attr(LINE);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DMontgomery.php80 $y2 = $mod1->modInverse($mod2);
86 $temp = $temp->multiply($y2);
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dfolder_open.svg1y2="556.011" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9cf"/><stop offset="1" s…
H A Ddatabase_partition_2.svg1y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b0e1fe"/><stop offset="1…
H A Ddatabase_partition_3.svg1y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b0e1fe"/><stop offset="1…
H A Ddatabase_partition_4.svg1y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b0e1fe"/><stop offset="1…
H A Ddatabase_partition_5.svg1y2="102.041" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b0e1fe"/><stop offset="1…
H A Dinternet_globe.svg1y2="159.606" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fdc125"/><stop offset="1…
H A Dwiki_site.svg1y2="137.911" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fe5d02"/><stop offset="1…
H A Dinput_output_filter.svg1y2="70.252" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0576fd"/><stop offset="1"…
H A Dwindows_domain.svg1 …8.497"><defs><linearGradient id="A" x1="102.364" y1="206.128" x2="102.243" y2="96.305" gradientUni…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js895 function wobble(x1, y1, x2, y2) { argument
899 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25;
911 y: (y2 - y1) * r1 + y1 + yfactor
916 y: (y2 - y1) * r2 + y1 - yfactor
921 ' ' + x2.toFixed(1) + ',' + y2.toFixed(1); // end point
939 function handLine(x1, y1, x2, y2) { argument
1196 var y2 = y1 + signal.height - 2 * SIGNAL_MARGIN - SIGNAL_PADDING;
1201 this.drawLine(aX + SELF_SIGNAL_WIDTH, y2, aX, y2, signal.linetype, signal.arrowtype);
1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { argument
1451 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
[all …]
H A Dsequence-diagram-snap-min.js6y2){assert(_.all([x1,x2,y1,y2],_.isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math.sqrt((x2… argument
H A Dsequence-diagram-raphael-min.js6y2){assert(_.all([x1,x2,y1,y2],_.isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math.sqrt((x2… argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php301 $y2 = $y & 0x44444444;
304 $z0 = ($x0 * $y0) ^ ($x1 * $y3) ^ ($x2 * $y2) ^ ($x3 * $y1);
305 $z1 = ($x0 * $y1) ^ ($x1 * $y0) ^ ($x2 * $y3) ^ ($x3 * $y2);
306 $z2 = ($x0 * $y2) ^ ($x1 * $y1) ^ ($x2 * $y0) ^ ($x3 * $y3);
307 $z3 = ($x0 * $y3) ^ ($x1 * $y2) ^ ($x2 * $y1) ^ ($x3 * $y0);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php584 if (isset($gradient_info['info']['y2'])) {
585 $gradient_info['info']['y2'] = ($gradient_info['info']['y2'] - $y_offset) / $h;
603 if (isset($gradient_info['info']['y2'])) {
604 $y2 = $gradient_info['info']['y2'];
606 $y2 = 0;
618 if (strpos($y2, '%') !== false) {
619 $y2 = (stristr($y2, '
1934 Arcto($x1, $y1, $x2, $y2, $rx, $ry, $angle, $largeArcFlag, $sweepFlag) global() argument
3997 testIntersect($x1, $y1, $x2, $y2, $x3, $y3, $x4, $y4) global() argument
[all...]
/plugin/ebnf/
H A Debnf.php92 function rr($im, $x1, $y1, $x2, $y2, $r, $black){
94 imageline($im, $x1+$r, $y2, $x2-$r, $y2, $black);
95 imageline($im, $x1, $y1+$r, $x1, $y2-$r, $black);
96 imageline($im, $x2, $y1+$r, $x2, $y2-$r, $black);
99 imagearc($im, $x1+$r, $y2-$r, 2*$r, 2*$r, 90, 180, $black);
100 imagearc($im, $x2-$r, $y2-$r, 2*$r, 2*$r, 0, 90, $black);
93 rr($im, $x1, $y1, $x2, $y2, $r, $black) global() argument
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSecure_Building.svg1y2="88.24"><stop offset="0" stop-color="#e6e7e7"/><stop offset="1" stop-color="#a7a9ac"/></linearG…
/plugin/callflow/
H A Draphael.js823 y = y1 - y2;
1663 y2: bbox.max.y,
1760 ny = (x1 * y2 - y1 * x2) * (y3 - y4) - (y1 - y2) * (x3 * y4 - y3 * x4),
1906 bez2 = [x2, y2, x2, y2, x2m, y2m, x2m, y2m];
2011 y2: ymax,
2202 return [x1, y1, x2, y2, x2, y2];
2213 y2
2234 y2 = xy.y;
5353 y2 = [];
5364 y2 = mmax[apply](0, y2);
[all …]
/plugin/advrack/
H A Draphael.js823 y = y1 - y2;
1663 y2: bbox.max.y,
1760 ny = (x1 * y2 - y1 * x2) * (y3 - y4) - (y1 - y2) * (x3 * y4 - y3 * x4),
1906 bez2 = [x2, y2, x2, y2, x2m, y2m, x2m, y2m];
2011 y2: ymax,
2202 return [x1, y1, x2, y2, x2, y2];
2213 y2
2234 y2 = xy.y;
5353 y2 = [];
5364 y2 = mmax[apply](0, y2);
[all …]
/plugin/diagramsnet/lib/images/
H A Dtrello-logo.svg1 …erveAspectRatio="xMidYMid"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="a"><stop …
/plugin/abc2/abc-libraries/abc2svg/
H A Dsth-1.js5 abc2svg.sth={recal_beam:function(bm,s){var staff_tb=this.get_staff_tb(),y=staff_tb[s.st].y,s2=bm.s2,y2=staff_tb[s2.st].y
9 s2.ys=s2.sth;bm.a=(s.ys+y-s2.ys-y2)/(s.xs-s2.xs);bm.b=s.ys-s.xs*bm.a+y
H A Dpsvg-1.js114 Psvg.prototype.strw=strw;function arc(x,y,r,a1,a2,arcn){var x1,y1,x2,y2
126 if(a1==a2){a2=180-a1;x2=x+r*Math.cos(a2*Math.PI/180);y2=y+r*Math.sin(a2*Math.PI/180);path+='a'+r.toFixed(2)+' '+r.toFixed(2)+' 0 0 '+
129 (y1-y2).toFixed(2)+' '+
133 (y2-y1).toFixed(2)+'\n';gcur.cx=x1;gcur.cy=y1}else{x2=x+r*Math.cos(a2*Math.PI/180);y2=y+r*Math.sin(a2*Math.PI/180);path+='a'+r.toFixed(2)+' '+r.toFixed(2)+' 0 0 '+
136 (y1-y2).toFixed(2)+'\n';gcur.cx=x2;gcur.cy=y2}}
143 Psvg.prototype.curveto=function(x1,y1,x2,y2,x,y){path_def();path+="\tC"+ argument
145 (gcur.xoffs+x2).toFixed(1)+" "+(gcur.yoffs-y2).toFixed(1)+" "+
163 Psvg.prototype.rcurveto=function(x1,y1,x2,y2, argument
[all...]

123456789