Home
last modified time | relevance | path

Searched refs:y1 (Results 126 – 150 of 220) sorted by relevance

123456789

/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js451 mxJsCanvas.prototype.quadTo = function(x1, y1, x2, y2) argument
453 this.ctx.quadraticCurveTo(x1, y1, x2, y2);
472 mxJsCanvas.prototype.curveTo = function(x1, y1, x2, y2, x3, y3) argument
474 this.ctx.bezierCurveTo(x1, y1, x2, y2 , x3, y3);
/plugin/callflow/
H A Draphael.js823 y = y1 - y2;
1760 ny = (x1 * y2 - y1 * x2) * (y3 - y4) - (y1 - y2) * (x3 * y4 - y3 * x4),
1884 y1 = y1m = pi[2];
1889 y1 = bez1[7];
1891 bez1 = [x1, y1, x1, y1, x1m, y1m, x1m, y1m];
1893 y1 = y1m;
2231 y1 = xy.y;
2238 y = (y1 - y2) / 2;
2288 m1 = [x1, y1],
2607 y1,
[all …]
/plugin/advrack/
H A Draphael.js823 y = y1 - y2;
1760 ny = (x1 * y2 - y1 * x2) * (y3 - y4) - (y1 - y2) * (x3 * y4 - y3 * x4),
1884 y1 = y1m = pi[2];
1889 y1 = bez1[7];
1891 bez1 = [x1, y1, x1, y1, x1m, y1m, x1m, y1m];
1893 y1 = y1m;
2231 y1 = xy.y;
2238 y = (y1 - y2) / 2;
2288 m1 = [x1, y1],
2607 y1,
[all …]
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Drack_out_of_band.svg1 ….org/2000/svg" viewBox="0 0 48 57"><defs><linearGradient id="A" x1="32.23" y1="20.26" x2="15.77" y…
H A Drack_cumulus_linux.svg1 ….org/2000/svg" viewBox="0 0 48 57"><defs><linearGradient id="A" x1="32.23" y1="20.26" x2="15.77" y…
H A Drack_voyager.svg1 ….org/2000/svg" viewBox="0 0 48 57"><defs><linearGradient id="A" x1="32.23" y1="20.26" x2="15.77" y…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js101 y1: 0, property in AmCharts._this.drawing.buffer.position
354 y1: ( _this.setup.fabric.height / 2 ),
376 arrowTop = cfg.y1 + ( cfg.width / 2 );
818 getAngle: function( x1, y1, x2, y2 ) { argument
820 var y = y2 - y1;
972 ref.y1 = pos.y;
978 ref.yD = ( ref.y1 - ref.y2 ) < 0 ? ( ref.y1 - ref.y2 ) * -1 : ( ref.y1 - ref.y2 );
1149 y1: p.y1,
1175 l.angle = ( _this.getAngle( l.x1, l.y1, l.x2, l.y2 ) + 90 );
1178 top = l.y1 + ( l.width / 2 );
[all …]
H A Dexport.min.js1y1:0,x2:0,y2:0,xD:0,yD:0}},handler:{undo:function(a,b){var d=c.drawing.undos.pop();if(d){d.selecta… property in AmCharts.c.drawing.buffer.position
/plugin/tablecalc/
H A Dscript.js132 function range(x1,y1,x2,y2) { argument
135 for (var y=y1;y<=y2;y++) {
/plugin/diagramsnet/lib/img/lib/allied_telesis/wireless/
H A DAccess_Point_Outdoor.svg1y1="153.508" x2="9.355" y2="94.553"><stop offset="0" stop-color="#e6e7e7"/><stop offset="1" stop-c…
/plugin/register/
H A Dregister.php146 public function line($x1, $y1, $x2, $y2) argument
148 $this->enlarge(max($x1, $x2) + 1, max($y1, $y2) + 1);
149 imageline($this->im, $x1, $y1, $x2, $y2, $this->black);
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupGraphics.js400 var y1 = h * 0.5 - h * Math.cos(startAngle) * 0.5;
414 c.arcTo(w * 0.5, h * 0.5, 0, largeArc, 1, x1, y1);
727 var y1 = h * 0.5 - h * 0.38 * Math.cos(needlePos);
732 c.moveTo(x1, y1);
735 y1 = h * 0.5 + h * 0.05 * Math.sin(needlePos);
736 c.lineTo(x1, y1);
743 y1 = y2;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php148 // Linear: $coords - array of the form (x1, y1, x2, y2) which defines the gradient vector (see linear_gradient_coords.jpg).
149 // The default value is from left to right (x1=0, y1=0, x2=1, y2=0).
356 $y1 = $py / $bboxh;
359 $coords[3] = $y1;
362 $coords[3] = $y1;
365 $coords[3] = 1 - $y1;
368 $coords[3] = 1 - $y1;
957 // Linear: $coords - array of the form (x1, y1, x2, y2) which defines the gradient vector (see linear_gradient_coords.jpg).
958 // The default value is from left to right (x1=0, y1=0, x2=1, y2=0).
H A DDirectWrite.php487 $y1 = $this->mpdf->y;
509 $this->mpdf->RoundedRect($r1, $y1, $r2 - $r1, $y2, $radius, $style);
512 $this->mpdf->SetY($y1 + $y2 + 2); // +2 = mm margin below shaded box
/plugin/sketchcanvas/script/
H A DSketchCanvas.js132 ctx.rect(x1, y1, w1, h1);
857 y1 = 0;
864 y1 = 50;
865 offset = {x:x1, y:y1};
896 ctx.rect(x1,y1, w1, h1);
903 for(var iy = Math.ceil(y1 / gridSize); iy < (y1 + h1) / gridSize; iy++){
1389 ctx.fillRect(x1,y1, w1, h1);
1392 ctx.fillRect(x1, y1, Math.min(w1, metaObj.size[0]), Math.min(h1, metaObj.size[1]));
2641 var x1 = 90, y1
[all...]
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmenclose.js19 …up"){k.x1=Math.floor(g/2);k.y1=Math.floor(g/2-l);k.x2=Math.floor(e-g/2);k.y2=Math.floor(i-g/2)}els…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19y1:this.HTMLpx(K+P-N),x2:this.HTMLpx(o-N),y2:this.HTMLpx(N)})}break;case a.NOTATION.UPDIAGONALARRO…
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js1394 var y1 = margin + marginTop;
1396 var h1 = h - marginBottom - y1 - margin;
1401 c.roundrect(x1, y1, w1, h1, rx, ry);
1560 var y1 = h * 0.5;
1564 c.moveTo(x1 - w1 * 0.15, y1 - w1 * 0.225);
1565 c.lineTo(x1 + w1 * 0.25, y1);
1566 c.lineTo(x1 - w1 * 0.15, y1 + w1 * 0.225);
/plugin/imagemap/
H A DREADME33 | 6+ | polygon | x1,y1,x2,y2,x3,y3... |
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php153 list($x1, $y1) = $this->curve->multiplyAddPoints(
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js929 function draw_beam(x1,x2,dy,h,bm,n){var y1,dy2,s=bm.s1,nflags=s.nflags
933 y1=bm.a*x1+bm.b-dy;x2-=x1;x2/=stv_g.scale;dy2=bm.a*x2
934 xypath(x1,y1,true);output+='l'+x2.toFixed(1)+' '+(-dy2).toFixed(1)+'v'+h.toFixed(1)+'l'+(-x2).toFixed(1)+' '+dy2.toFixed(1)+'z"/>\n'}
1193 function draw_gracenotes(s){var yy,x0,y0,x1,y1,x2,y2,x3,y3,bet1,bet2,slur,dy1,dy2,g,last,note,bm={}
1205 if(!g.next){x1=9;y1=g.stem>0?5:-5}else{x1=(g.next.x-g.x)*.5+4;y1=(g.ys+g.next.ys)*.5-g.y
1207 y1-=1
1209 y1+=1}
1210 note=g.notes[g.stem<0?0:g.nhd];out_acciac(x_head(g,note),y_head(g,note),x1,y1,g.stem>0)}
1233 x1=bet1*x3+(1-bet1)*x0-x0;y1
1354 slur_out(x1,y1,x2,y2,dir,height,dotted) global() argument
[all...]
/plugin/diagramsnet/lib/shapes/
H A DmxElectrical.js99 var y1 = 0;
103 y1 = h * 0.5;
107 y1 = w / 2;
112 c.lineTo(w - x1, h - y1);
113 c.lineTo(w, h - y1);
115 c.lineTo(0, h - y1);
116 c.lineTo(x1, h - y1);
/plugin/imagemapping/
H A DREADME33 | 6+ | polygon | x1,y1,x2,y2,x3,y3... |
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php143 function _drawLine($x1, $y1, $x2, $y2) { argument
144 imageline($this->_image, $x1, $y1, $x2, $y2, $this->_color[0]['object']);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php452 $y1 = array_slice($y_value, $m);
455 $z2 = self::karatsuba($x1, $y1);
459 $temp = self::addHelper($y1, false, $y0, false);

123456789