Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js42487 var oldTRBL = asTRBL(oldBounds),
42490 if (isMoved(oldTRBL, newTRBL)) {
42502 y: newTRBL.bottom - oldTRBL.bottom
42507 y: newTRBL.top - oldTRBL.top
42511 x: newTRBL.left - oldTRBL.left,
42516 x: newTRBL.right - oldTRBL.right,
42541 function isMoved(oldTRBL, newTRBL) { argument
42542 return isHorizontallyMoved(oldTRBL, newTRBL) || isVerticallyMoved(oldTRBL, newTRBL);
42546 return oldTRBL.right !== newTRBL.right && oldTRBL.left !== newTRBL.left;
42549 function isVerticallyMoved(oldTRBL, newTRBL) { argument
[all …]