Home
last modified time | relevance | path

Searched refs:x2 (Results 126 – 150 of 235) sorted by relevance

12345678910

/plugin/diagramsnet/lib/img/lib/atlassian/
H A DClover_Logo.svg1 …preserveAspectRatio="none meet"><defs><linearGradient x1="28.56" y1="70.6" x2="53.19" gradientUnit…
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dinternet_cloud.svg1 … 0 260.568 164.364"><defs><linearGradient id="A" x1="118.133" y1="224.837" x2="118.744" y2="73.35"…
H A Ddata_jack.svg1 …line:auto}]]></style><defs><linearGradient id="A" x1="103.968" y1="239.27" x2="103.166" y2="60.466…
H A Dcd_dvd.svg1 …eline:auto}]]></style><defs><linearGradient id="A" x1="29.31" y1="149.735" x2="188.247" y2="149.73…
/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);
454 this.lastMoveX = x2;
472 mxJsCanvas.prototype.curveTo = function(x1, y1, x2, y2, x3, y3) argument
474 this.ctx.bezierCurveTo(x1, y1, x2, y2 , x3, y3);
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dcumulus_linux_icon.svg1 …svg" viewBox="0 0 48 48"><defs><linearGradient id="A" x1="3.43" y1="36.85" x2="43.49" y2="11.82" g…
H A Dcumulus_netq_icon.svg1 …svg" viewBox="0 0 48 48"><defs><linearGradient id="A" x1="1.82" y1="34.28" x2="45.38" y2="14.09" g…
H A Drack_out_of_band.svg1 …vg" viewBox="0 0 48 57"><defs><linearGradient id="A" x1="32.23" y1="20.26" x2="15.77" y2="-8.26" g…
H A Drack_cumulus_linux.svg1 …vg" viewBox="0 0 48 57"><defs><linearGradient id="A" x1="32.23" y1="20.26" x2="15.77" y2="-8.26" g…
H A Drack_voyager.svg1 …vg" viewBox="0 0 48 57"><defs><linearGradient id="A" x1="32.23" y1="20.26" x2="15.77" y2="-8.26" g…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js102 x2: 0, property in AmCharts._this.drawing.buffer.position
380 arrowLeft = cfg.x2 + ( cfg.width / 2 ) - ( ( cfg.x2 - cfg.x1 ) / 2 );
818 getAngle: function( x1, y1, x2, y2 ) { argument
819 var x = x2 - x1;
975 ref.x2 = pos.x;
977 ref.xD = ( ref.x1 - ref.x2 ) < 0 ? ( ref.x1 - ref.x2 ) * -1 : ( ref.x1 - ref.x2 );
1150 x2: p.x2,
1163 l.x2 = p.x2;
1171 x2: l.x2,
1182 left = l.x2 + ( l.width / 2 ) - ( ( l.x2 - l.x1 ) / 2 );
[all …]
H A Dexport.min.js1x2:0,y2:0,xD:0,yD:0}},handler:{undo:function(a,b){var d=c.drawing.undos.pop();if(d){d.selectable=!… property in AmCharts.c.drawing.buffer.position
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php297 $x2 = $seg[1]->x();
299 $px = $x2 - $x1;
/plugin/godiag/
H A Dsyntax.php451 $x2=$x+($this->style['mark_sqheight']/2);
454 imagefilledrectangle($im, $x1, $y1, $x2, $y2, $this->dgm['mark_color']);
459 $x2=$x+($this->style['link_sqheight']/2);
462 imagefilledrectangle($im, $x1, $y1, $x2, $y2, $this->dgm['link_color']);
644 $x2=$x+$this->style['line_sp']/2;
657 return "<area href=\"$href\" title=\"$title\" alt=\"$title\" coords=\"$x1,$y1,$x2,$y2\"/>";
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js804 function drawTriangle( x0, y0, x1, y1, x2, y2 ) { argument
809 _context.lineTo( x2, y2 );
922 function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { argument
963 x2 -= x0; y2 -= y0;
974 a = ( v2 * x1 - v1 * x2 ) * idet;
976 c = ( u1 * x2 - u2 * x1 ) * idet;
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js144 var s,dd,dd2,up,x,dx,x2,i,s2=de.s,de2=de.start,de2_prev,de_next;s=de2.s;x=s.x+3;i=de2.ix
150 if(f_staff[dd2.func]){x2=de2_prev.x+de2_prev.val+4
151 if(x2>x)
152 x=x2}}
154 if(dx<20){x=de.x-20-3;dx=20}}else{x2=s2.x;de_next=a_de[de.ix+1]
157 x2-=5}
158 dx=x2-x-4
184 function d_pf(de){var dd2,x2,x,up,s=de.s,dd=de.dd,de_prev;if(de.ldst)
193 if(f_staff[dd2.func]){x2=de_prev.x+de_prev.val+4;if(x2>
929 draw_beam(x1,x2,dy,h,bm,n) global() argument
1354 slur_out(x1,y1,x2,y2,dir,height,dotted) global() argument
2051 draw_staff(st,x1,x2) global() argument
7456 out_glisq(x2,y2,de) global() argument
7461 out_gliss(x2,y2,de) global() argument
[all...]
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupGraphics.js401 var x2 = w * 0.5 - w * Math.sin(endAngle) * 0.5;
413 c.lineTo(x2, y2);
728 var x2 = 0;
738 x2 = w * 0.5 + w * (-0.05) * Math.sin(needlePos);
740 c.arcTo(w * 0.05, h * 0.05, 0, 0, 1, x2, y2);
742 x1 = x2;
744 x2 = w * 0.5 - w * 0.05 * Math.cos(needlePos);
746 c.arcTo(w * 0.05, h * 0.05, 0, 0, 1, x2, y2);
/plugin/tablecalc/
H A Dscript.js132 function range(x1,y1,x2,y2) { argument
134 for (var x=x1;x<=x2;x++) {
/plugin/diagramsnet/lib/img/lib/allied_telesis/wireless/
H A DAccess_Point_Outdoor.svg1x2="9.355" y2="94.553"><stop offset="0" stop-color="#e6e7e7"/><stop offset="1" stop-color="#939598…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php
/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/
H A DmxArrows.js516 var x2 = 0;
526 c.lineTo(w - x2, 0);
530 c.lineTo(w - x2, h);
592 var x2 = 0;
2057 var x2 = 0;
2067 c.lineTo(x2, h * 0.5 - dy1);
2073 c.lineTo(x2, h * 0.5 + dy1);
2154 var x2 = 0;
2227 var x2 = 0;
2237 c.lineTo(x2, h * 0.5 - dy1);
[all …]
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmenclose.js19 …2);k.y1=Math.floor(g/2-l);k.x2=Math.floor(e-g/2);k.y2=Math.floor(i-g/2)}else{k.x1=Math.floor(g/2);…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19x2:this.HTMLpx(o-N),y2:this.HTMLpx(N)})}break;case a.NOTATION.UPDIAGONALARROW:if(b.useVML){if(!g){…
/plugin/imagemap/
H A DREADME33 | 6+ | polygon | x1,y1,x2,y2,x3,y3... |

12345678910