Searched refs:newBounds (Results 1 – 5 of 5) sorted by relevance
| /plugin/diagramsnet/lib/ |
| D | electron.js | 1298 …var newBounds = {width: Math.ceil(bounds.width + bounds.x) + 1, height: Math.ceil(bounds.height + … variable 1299 browser.setBounds(newBounds); 1313 tScale = args.h / newBounds.height; 1317 tScale = args.w / newBounds.width; 1320 newBounds.width *= tScale; 1321 newBounds.height *= tScale; 1322 img = img.resize(newBounds);
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 26813 var newBounds = this._getOptimalBounds(elements, target); 26815 if (!boundsChanged$1(newBounds, target)) { 26819 …r resizeDirections = getResizeDirections(pick(target, [ 'x', 'y', 'width', 'height' ]), newBounds); 26822 this.resize(target, newBounds, { 26868 AutoResize.prototype.resize = function(shape, newBounds, hints) { argument 26869 this._modeling.resizeShape(shape, newBounds, null, hints); 26873 function boundsChanged$1(newBounds, oldBounds) { argument 26875 newBounds.x !== oldBounds.x || 26876 newBounds.y !== oldBounds.y || 26877 newBounds.width !== oldBounds.width || [all …]
|
| D | bpmn-modeler.production.min.js | 34 …newBounds:(n=t,i={top:c,right:p,bottom:u,left:l},{x:n.x+(i.left||0),y:n.y+(i.top||0),width:n.width… property
|
| /plugin/bpmnio/vendor/bpmn-js/dist/ |
| D | bpmn-modeler.production.min.js | 197 …newBounds:(n=t,i={top:p,right:l,bottom:u,left:h},{x:n.x+(i.left||0),y:n.y+(i.top||0),width:n.width… property
|
| /plugin/bpmnio/vendor/dmn-js/dist/ |
| D | dmn-modeler.production.min.js | 191 …newBounds;c(i)?t.newBounds=n.snapComplex(r,i):t.newBounds=n.snapSimple(o,r)}}))}Gd.$inject=["event… property
|