Searched refs:transPoint (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 1691 this.transPoint(geo.targetPoint, srcP); 1692 this.transPoint(geo.offset, srcP); 1698 this.transPoint(p, srcP); 1702 this.transPoint(srcP, srcP); 1770 this.transPoint(geo.sourcePoint, srcP); 1771 this.transPoint(geo.targetPoint, srcP); 1772 this.transPoint(geo.offset, srcP); 1777 this.transPoint(points[i], srcP); 1786 mxVssxCodec.prototype.transPoint = function (p, srcP) { method in mxVssxCodec
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1148 …etGeometry();a.x=0;a.y=0;var c=a.sourcePoint;if(b.isEdge()&&null!=c){this.transPoint(a.targetPoint, 1149 c);this.transPoint(a.offset,c);b=a.points;if(null!=b)for(var g=0;g<b.length;g++)this.transPoint(b[g… 1150 …transPoint(e.sourcePoint,m),this.transPoint(e.targetPoint,m),this.transPoint(e.offset,m),k=e.point… method in d
|