Home
last modified time | relevance | path

Searched refs:dx2 (Results 1 – 20 of 20) sorted by relevance

/plugin/diagramsnet/lib/shapes/
H A DmxArrows.js481 this.dx2 = 0.5;
527 c.lineTo(w - dx2, 0);
529 c.lineTo(w - dx2, h);
630 this.dx2 = 0.5;
677 c.lineTo(w - dx2, 0);
679 c.lineTo(w - dx2, h);
1590 this.dx2 = 0;
1629 c.lineTo(dx2, 0);
1637 c.lineTo(dx2, dy2);
1641 c.lineTo(dx2 / 2, h);
[all …]
H A DmxInfographic.js1589 this.dx2 = 0.5;
1626 c.moveTo(dx2, 0);
1634 c.lineTo(dx2, h - dy);
1661 c.moveTo(dx2, 0);
1669 c.lineTo(dx2, h - dy);
1735 var w2 = w - dx - dx2;
2098 this.dx2 = 0.5;
2129 c.moveTo(dx2, 0);
2136 c.lineTo(dx2, dx);
2156 c.moveTo(dx2, 0);
[all …]
H A DmxLeanMap.js1996 var dx2 = mxUtils.getValue(this.style, 'dx2', '0');
2024 c.lineTo(dx2, 0);
2029 c.lineTo(dx2, h);
2034 c.lineTo(dx2, h);
2035 c.lineTo(dx2, 0);
2040 c.lineTo(dx2, 0);
2041 c.lineTo(dx2, h);
2162 …var dx2 = Math.max(0, Math.min(parseFloat(mxUtils.getValue(this.state.style, 'dx3', 0)), parseFloa…
2165 return new mxPoint(bounds.x + dx2, bounds.y + dy2 * bounds.height);
H A DmxAndroid.js889 this.dx2 = 0.6;
914 var dx2 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx2', this.dx2))));
944 c.lineTo(dx2, h * 0.5);
966 …var dx2 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx2', this.dx1)))…
968 return new mxPoint(bounds.x + dx2 * bounds.width, bounds.y + bounds.height / 2);
H A DmxBasic.js934 this.dx2 = 0.6;
963 var dx2 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx2', this.dx2))));
970 c.lineTo(dx2, h);
979 c.lineTo(dx2, h);
1001 …var dx2 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx2', this.dx2)))…
1003 return new mxPoint(bounds.x + dx2 * bounds.width, bounds.y + bounds.height - 10);
1042 var dx2 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx2', this.dx2))));
1049 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + dx2) * 0.5, (h + dy2) …
1050 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2, h));
1051 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 * 0.5, (h + dy1) * 0.5)…
H A DmxGmdl.js955 …var dx2 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx2', this.dx1)))…
957 return new mxPoint(bounds.x + dx2 * bounds.width, bounds.y + bounds.height / 2);
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js1484 this.dx2 = 70;
1514 var dx2 = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx2', this.dx2))));
1544 var currDx = dx2;
1553 currDx = currDx + dx2;
1614 …var dx2 = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'dx2', …
1616 return new mxPoint(bounds.x + dx2, bounds.y + bounds.height / 2);
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js1054 function set_hl(p_st,n,x,dx1,dx2){var i,hl argument
1062 if(i==hl.length){hl.push([x,dx1,dx2])}else if(x>hl[i][0]){hl.splice(++i,0,[x,dx1,dx2])}else{if(dx1<hl[i][1])
1064 if(dx2>hl[i][2])
1065 hl[i][2]=dx2}}
1075 var dx1,dx2,hl,shhd,hlp,stafflines=p_staff.stafflines,top=stafflines.length-1,yu=top,bot=p_staff.botline/6,yl=bot,dx=s.grace?4:hw_tb[s.head]*1.3
1080 dx2=(hla[i][1]>shhd?hla[i][1]:shhd)+dx
1085 set_hl(p_staff,hlp>>1,s.x,dx1,dx2)}
1087 dx2=shhd+dx
1089 set_hl(p_staff,yl,s.x,dx1,dx2)
[all...]
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js3006 var dx2 = geo3.x;
3012 dx2 = 0;
3017 this.previewElement.style.left = ((geo.x - dx2) * view.scale + dx) + 'px';
H A DShapes.js1710 …var dx2 = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'position2', this.po…
1714 new mxPoint(Math.min(w, dx + base), h - s), new mxPoint(dx2, h),
6190 …var dx2 = Math.max(0, Math.min(100, parseFloat(mxUtils.getValue(this.state.style, 'indent', this.d…
6192 return new mxPoint(bounds.x + bounds.width * 0.75, bounds.y + dx2 * bounds.height / 200);
6457 …var dx2 = w * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'position2', this.po…
6467 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2, h));
/plugin/diagramsnet/lib/js/
H A Dshapes-14-6-5.min.js211 ….fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx=this.dy=.5;this.dx2=70;this.size=10}mxU…
218 …Value(this.state.style,"dx2",this.dx2))));return new mxPoint(a.x+b,a.y+a.height/2)},function(a,c){…
1615 …etValue(this.state.style,"dx2",this.dx2))));return new mxPoint(a.x+a.width-b,a.y)},function(a,c){t…
1619 …s.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx3=this.dy3=this.dx2=this.dx1=this.dy1=.…
1627 …etValue(this.state.style,"dx2",this.dx2))));return new mxPoint(a.x+a.width-b,a.y)},function(a,c){t…
1699dx2)))),d=Math.max(parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))+parseFloat(mxUtil…
1737dx2)))),d=Math.max(0,Math.min(a.height/2,parseFloat(mxUtils.getValue(this.state.style,"dy2",this.d…
1752dx2)))),d=Math.max(0,Math.min(a.height/2,parseFloat(mxUtils.getValue(this.state.style,"dy2",this.d…
1846 …=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx1=.5;this.dx2=.6;this.dy1=.9;this…
2412 …eFloat(mxUtils.getValue(this.state.style,"dy",this.dy))));this.state.style.dx2=Math.round(100*Math…
[all …]
H A Dshapes.min.js162 ….fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx=this.dy=.5;this.dx2=70;this.size=10}mxU…
169 …Value(this.state.style,"dx2",this.dx2))));return new mxPoint(a.x+b,a.y+a.height/2)},function(a,c){…
1566 …etValue(this.state.style,"dx2",this.dx2))));return new mxPoint(a.x+a.width-b,a.y)},function(a,c){t…
1570 …s.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx3=this.dy3=this.dx2=this.dx1=this.dy1=.…
1578 …etValue(this.state.style,"dx2",this.dx2))));return new mxPoint(a.x+a.width-b,a.y)},function(a,c){t…
1650dx2)))),d=Math.max(parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))+parseFloat(mxUtil…
1688dx2)))),d=Math.max(0,Math.min(a.height/2,parseFloat(mxUtils.getValue(this.state.style,"dy2",this.d…
1703dx2)))),d=Math.max(0,Math.min(a.height/2,parseFloat(mxUtils.getValue(this.state.style,"dy2",this.d…
1797 …=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx1=.5;this.dx2=.6;this.dy1=.9;this…
2427 …eFloat(mxUtils.getValue(this.state.style,"dy",this.dy))));this.state.style.dx2=Math.round(100*Math…
[all …]
H A Dviewer-static.min.js4299 ….fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx=this.dy=.5;this.dx2=70;this.size=10}mxU…
4306 …Value(this.state.style,"dx2",this.dx2))));return new mxPoint(a.x+b,a.y+a.height/2)},function(a,c){…
5703 …etValue(this.state.style,"dx2",this.dx2))));return new mxPoint(a.x+a.width-b,a.y)},function(a,c){t…
5707 …s.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx3=this.dy3=this.dx2=this.dx1=this.dy1=.…
5715 …etValue(this.state.style,"dx2",this.dx2))));return new mxPoint(a.x+a.width-b,a.y)},function(a,c){t…
5787dx2)))),d=Math.max(parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))+parseFloat(mxUtil…
5825dx2)))),d=Math.max(0,Math.min(a.height/2,parseFloat(mxUtils.getValue(this.state.style,"dy2",this.d…
5840dx2)))),d=Math.max(0,Math.min(a.height/2,parseFloat(mxUtils.getValue(this.state.style,"dy2",this.d…
5934 …=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx1=.5;this.dx2=.6;this.dy1=.9;this…
6500 …eFloat(mxUtils.getValue(this.state.style,"dy",this.dy))));this.state.style.dx2=Math.round(100*Math…
[all …]
H A Dviewer.min.js2898 "indent",this.dx2))));return new mxPoint(b.x+.75*b.width,b.y+d*b.height/200)},function(b,d){this.st…
H A Dapp.min.js3443 …(0,Math.min(100,parseFloat(mxUtils.getValue(this.state.style,"indent",this.dx2))));return new mxPo…
/plugin/processing/
H A Dscript.js9634 var dx2 = dx + dw;
9648 if (p.intersect(sx, sy, sx2, sy2, dx, dy, dx2, dy2)) {
9650 dest.imageData.data, dest.width, dest.height, dx, dy, dx2, dy2, mode);
9653 …esize(src, sx, sy, sx2, sy2, dest.imageData.data, dest.width, dest.height, dx, dy, dx2, dy2, mode);
9657 …esize(src, sx, sy, sx2, sy2, dest.imageData.data, dest.width, dest.height, dx, dy, dx2, dy2, mode);
10033 p.intersect = function intersect(sx1, sy1, sx2, sy2, dx1, dy1, dx2, dy2) { argument
10036 var dw = dx2 - dx1 + 1;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js6694 var dx2 = Math.abs(c - x);
6696 var r2 = Math.sqrt(dx2 * dx2 + dy2 * dy2);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1dx2","dy2","dz","lambda00","x00","y00","a00","b00","c00","resampleStream","ringPoint","resampleNon…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1dx2 = x2 - x0,\n dy2 = y2 - y0,\n dz = dy * dx2 - dx * dy2;\n if (dz * dz /…