Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js38776 var referencePoint = { class in getReferencePoint$1
38782 referencePoint.y = trbl.top;
38784 referencePoint.y = trbl.bottom;
38788 referencePoint.x = trbl.right;
38790 referencePoint.x = trbl.left;
38793 return referencePoint;
42773 var referencePoint = getReferencePoint(labelMid, edges);
42806 function getReferencePointDelta(referencePoint, oldBounds, newBounds) { argument
42810 return roundPoint(delta(newReferencePoint, referencePoint));
54081 var referencePoint = mid(element);
[all …]