Home
last modified time | relevance | path

Searched refs:newX (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js306 var newX = 0;
321 newX = s2.x - s1.width - fixedDx;
322 hPoints.push(new mxPoint(newX + s1.width + shift, firstY));
328 newX = s1.x + s1.width + fixedDx;
329 hPoints.push(new mxPoint(newX - shift, firstY));
342 newX = s1.x + s1.width + (s3.x - s1.x - s1.width - newState.width) / 2;
344 hPoints.push(new mxPoint(newX - shift, firstY));
345 hPoints.push(new mxPoint(newX + newState.width + shift, firstY));
367 xShift = newX - bounds.x;
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1newX){return new OrgChart.Layout.Boundary.Step.$ctor1(newNode,newX,this.Top,this.Bottom)},ChangeX:… argument
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js6697 var newX = x * 100 / w;
6703 var newX1 = Math.round((newX - 2 * newW) * 100.0) / 100.0;
6704 var newX2 = Math.round((newX + 2 * newW) * 100.0) / 100.0;
6772 … var newX = Math.sqrt(p0x * p0x + p0y * p0y) * Math.cos(Math.atan2(p0y, p0x) + ang);
6774 newX = newX * w / 100.0;
/plugin/edittable/lib/
H A Dhandsontable.full.js32141 var newX = this.getTableParentOffset();
32150 newX += this.sumCellSizes(0, sourceCol + 1);
32151 newX -= this.wot.wtViewport.getViewportWidth();
32153 newX += this.sumCellSizes(this.wot.getSetting('fixedColumnsLeft'), sourceCol);
32155 newX += scrollbarCompensation;
32157 this.setScrollPosition(newX);
/plugin/achart/assets/
H A Dapexcharts.min.js6newX,y:c.newY,text:d,textAnchor:c.textAnchor,i:n,j:n,parent:a,color:Array.isArray(i.style.colors)&…