Home
last modified time | relevance | path

Searched refs:dx1 (Results 1 – 15 of 15) sorted by relevance

/plugin/diagramsnet/lib/shapes/
DmxArrows.js480 this.dx1 = 0.5;
511 var dx1 = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1))));
514 var dx1a = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1))));
525 c.lineTo(w - dx1, dy1);
531 c.lineTo(w - dx1, h - dy1);
546 …var dx1 = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'dx1', …
549 return new mxPoint(bounds.x + bounds.width - dx1, bounds.y + dy1 * bounds.height / 2);
563 …n(bounds.width - parseFloat(mxUtils.getValue(this.state.style, 'dx1', this.dx1)), pt.x - bounds.x)…
587 var dx1 = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1))));
590 var dx1a = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1))));
[all …]
DmxGmdl.js894 this.dx1 = 0.8;
917 var dx1 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1))));
932 c.lineTo(dx1, h * 0.5);
945 …var dx1 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx1', this.dx1)))…
947 return new mxPoint(bounds.x + dx1 * bounds.width, bounds.y + bounds.height / 2);
955 …var dx2 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx2', this.dx1)))…
DmxAndroid.js888 this.dx1 = 0.8;
913 var dx1 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1))));
930 c.lineTo(dx1, h * 0.5);
937 c.lineTo(dx1, h * 0.5);
956 …var dx1 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx1', this.dx1)))…
958 return new mxPoint(bounds.x + dx1 * bounds.width, bounds.y + bounds.height / 2);
966 …var dx2 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx2', this.dx1)))…
DmxBasic.js933 this.dx1 = 0.5;
962 var dx1 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1))));
968 c.moveTo(dx1, 0);
978 c.moveTo(dx1, 0);
991 …var dx1 = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx1', this.dx1)))…
993 return new mxPoint(bounds.x + dx1 * bounds.width, bounds.y + 10);
1041 var dx1 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1))));
1046 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx1, 0));
1047 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, (w + dx1) * 0.5, dy2 * 0.5)…
1053 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx1 * 0.5, dy1 * 0.5));
/plugin/abc2/abc-libraries/abc2svg/
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<…
1063 hl[i][1]=dx1
1075 var dx1,dx2,hl,shhd,hlp,stafflines=p_staff.stafflines,top=stafflines.length-1,yu=top,bot=p_staff.bo…
1079 dx1=(hla[i][1]<shhd?hla[i][1]:shhd)-dx
1085 set_hl(p_staff,hlp>>1,s.x,dx1,dx2)}
1086 dx1=shhd-dx
1089 set_hl(p_staff,yl,s.x,dx1,dx2)
1091 set_hl(p_staff,yu,s.x,dx1,dx2)
1100 set_hl(p_staff,i,s.x,dx1,dx2)}}
[all …]
/plugin/diagramsnet/lib/js/
Dshapes-14-6-5.min.js1370 …;this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx1=.8;this.dx2=.6}mxUt…
1372 …=b*Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx1",this.dx1)))),g=b*Math.max(0,…
1374dx1))));return new mxPoint(a.x+b*a.width,a.y+a.height/2)},function(a,b){this.state.style.dx1=Math.…
1609 …nds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx2=this.dx1=this.dy1=.5;this.no…
1611dx1))));var f=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Ma…
1613dx1)))),d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))));re…
1614 …0,Math.min(a.width-parseFloat(mxUtils.getValue(this.state.style,"dx1",this.dx1)),c.x-a.x)))/100});…
1616dx1)))),f=Math.max(0,Math.min(d,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Math.m…
1619 …this.stroke=e;this.strokewidth=null!=b?b:1;this.dx3=this.dy3=this.dx2=this.dx1=this.dy1=.5;this.no…
1622 …;e=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx1",this.dx1))));var f=Math.max(…
[all …]
Dshapes.min.js1321 …;this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx1=.8;this.dx2=.6}mxUt…
1323 …=b*Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx1",this.dx1)))),g=b*Math.max(0,…
1325dx1))));return new mxPoint(a.x+b*a.width,a.y+a.height/2)},function(a,b){this.state.style.dx1=Math.…
1560 …nds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx2=this.dx1=this.dy1=.5;this.no…
1562dx1))));var f=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Ma…
1564dx1)))),d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))));re…
1565 …0,Math.min(a.width-parseFloat(mxUtils.getValue(this.state.style,"dx1",this.dx1)),c.x-a.x)))/100});…
1567dx1)))),f=Math.max(0,Math.min(d,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Math.m…
1570 …this.stroke=e;this.strokewidth=null!=b?b:1;this.dx3=this.dy3=this.dx2=this.dx1=this.dy1=.5;this.no…
1573 …;e=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx1",this.dx1))));var f=Math.max(…
[all …]
Dviewer-static.min.js5458 …;this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx1=.8;this.dx2=.6}mxUt…
5460 …=b*Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx1",this.dx1)))),g=b*Math.max(0,…
5462dx1))));return new mxPoint(a.x+b*a.width,a.y+a.height/2)},function(a,b){this.state.style.dx1=Math.…
5697 …nds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx2=this.dx1=this.dy1=.5;this.no…
5699dx1))));var f=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Ma…
5701dx1)))),d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"dy1",this.dy1))));re…
5702 …0,Math.min(a.width-parseFloat(mxUtils.getValue(this.state.style,"dx1",this.dx1)),c.x-a.x)))/100});…
5704dx1)))),f=Math.max(0,Math.min(d,parseFloat(mxUtils.getValue(this.style,"dx2",this.dx2)))),g=Math.m…
5707 …this.stroke=e;this.strokewidth=null!=b?b:1;this.dx3=this.dy3=this.dx2=this.dx1=this.dy1=.5;this.no…
5710 …;e=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx1",this.dx1))));var f=Math.max(…
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php2143 $dx1 = $t * ( - $cosPhi * $rx * $sinTheta1 - $sinPhi * $ry * $cosTheta1);
2150 $coords[$i] = [($x1 + $dx1), ($y1 + $dy1), ($xe + $dxe), ($ye + $dye), $xe, $ye];
/plugin/processing/
Dscript.js10033 p.intersect = function intersect(sx1, sy1, sx2, sy2, dx1, dy1, dx2, dy2) { argument
10036 var dw = dx2 - dx1 + 1;
10038 if (dx1 < sx1) {
10039 dw += dx1 - sx1;
10044 var w = sw + sx1 - dx1;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js6691 var dx1 = Math.abs(a - x);
6693 var r1 = Math.sqrt(dx1 * dx1 + dy1 * dy1);
/plugin/datatables/assets/pdfmake/
Dpdfmake.js22571 dx1 = pos.descent * Math.sin(pos.rotate),
22575 …dy0).L(pos.x + dx0 + dx2, pos.y + dy0 + dy2).M(pos.x + dx1 + dx2, pos.y + dy1 + dy2).L(pos.x + dx1
22663 dx1 = (linePosition - lineWidth / 2) * Math.sin(pos[j].rotate),
22667 …].x + dx0 + dx2, pos[j].y + dy0 + dy2).L(pos[j].x + dx1 + dx2, pos[j].y + dy1 + dy2).L(pos[j].x +
/plugin/openlayersmap/ol/
Dol.js.map1dx1 Initial translation x.\n * @param {number} dy1 Initial translation y.\n * @param {number} sx S…
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1dx1","dy1","cornerRadius","padRadius","a01","a11","a10","da0","da1","ap","rp","rc0","rc1","oc","bx…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1dx1 = cx1 - x00,\n dy1 = cy1 - y00;\n\n // Pick the closer of the two intersection points.\n…