Searched refs:snapValue (Results 1 – 4 of 4) sorted by relevance
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 29612 var idx, snapValue; 29615 snapValue = values[idx]; 29617 if (abs$6(snapValue - value) <= tolerance) { 29618 return snapValue; 37332 var snappedValue = this.snapValue(event[ axis ], options); 37355 GridSnapping.prototype.snapValue = function(value, options) { 37630 newBounds.width = gridSnapping.snapValue(newBounds.width, { 37634 newBounds.height = gridSnapping.snapValue(newBounds.height, { 37679 snappedNewBounds.width = gridSnapping.snapValue(newBounds.width, { 37687 snappedNewBounds.x = gridSnapping.snapValue(newBounds.x, { [all …]
|
| D | bpmn-modeler.production.min.js | 34 …snapValue(e[t],n))},cu.prototype.getGridSpacing=function(){return 10},cu.prototype.snapValue=funct…
|
| /plugin/bpmnio/vendor/bpmn-js/dist/ |
| H A D | bpmn-modeler.production.min.js | 282 …snapValue(t.width,{min:t.width}),t.height=n.snapValue(t.height,{min:t.height}),t.x=e.x+e.width/2-t… method in mr
|
| /plugin/bpmnio/vendor/dmn-js/dist/ |
| H A D | dmn-modeler.production.min.js | 248 …snapValue(e.width,{min:e.width}),e.height=t.snapValue(e.height,{min:e.height}),e.x=n.x+n.width/2-e… method in Fi
|