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/ |
| H A D | bpmn-modeler.production.min.js | 211 …newBounds:Ng(u,{top:l,right:f,bottom:d,left:h})})}}),c}var O1=500;function qa(e,t){k.call(this,e);… property 231 …newBounds;et(a)?i.newBounds=n.snapComplex(c,a):i.newBounds=n.snapSimple(s,c)}})}wr.$inject=["event…
|
| /plugin/bpmnio/vendor/dmn-js/dist/ |
| H A D | dmn-modeler.production.min.js | 197 …nts||{},s=o.autoResize;if(s){var a=r.shape,l=r.newBounds;Pe(s)?r.newBounds=t.snapComplex(l,s):r.ne… 198 …newBounds,i=n.minBounds;if(t.x===void 0||t.y===void 0||t.width===void 0||t.height===void 0)throw n… property 214 …newBounds=Tk(d,h),l.canExecute=r.canResize(l)}function s(l){var c=l.resizeConstraints,u=l.minBound…
|