Searched refs:getLastY (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 6583 var y0 = Math.floor(Math.round(shape.getLastY() * h) / 100); 6758 var y1 = shape.getLastY() * h / 100.0; 7550 var y0 = shape.getLastY() * h / 100.0; 9705 Shape.prototype.getLastY = function () {
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1334 …,d=Math.floor(Math.round(b.getLastX()*g)/100),e=Math.floor(Math.round(b.getLastY()*c)/100),k=this.… 1343 …r_$LI$(),q=this.c,B=this.d,d=100*d/g,e=100*e/c,E=b.getLastX()*g/100,F=b.getLastY()*c/100,M=d*g/100… 1374 100;g=Math.round(100*(100-g))/100;b.getLastX();b.getLastY();b.setLastX(c);b.setLastY(g);return"<cur… 1446 …eomList};b.prototype.getLastX=function(){return this.lastX};b.prototype.getLastY=function(){return… method in b
|