Lines Matching refs:min

40 	var size = Math.min(w, h); 
154 {name:'notch', dispName:'Spacing', type:'float', min:0, defVal:25}
164 …var notch = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'notch', this.notch)))…
174 var wn = Math.min(w, notch);
175 var hn = Math.min(h, notch);
192 …var notch = Math.max(Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'notch'…
230 {name:'notch', dispName:'Spacing', type:'float', min:0, defVal:30}
240 …var notch = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'notch', this.notch)))…
250 var wn = Math.min(w, notch);
251 var hn = Math.min(h, notch);
274 …var notch = Math.max(Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'notch'…
312 {name:'notch', dispName:'Spacing', type:'float', min:0, defVal:75}
322 …var notch = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'notch', this.notch)))…
332 var wn = Math.min(w, notch);
333 var hn = Math.min(h, notch);
362 …var notch = Math.max(Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'notch'…
399 {name:'notch', dispName:'Spacing', type:'float', min:0, defVal:180}
409 …var notch = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'notch', this.notch)))…
419 var wn = Math.min(w, notch);
420 var hn = Math.min(h, notch);
474 …var notch = Math.max(Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'notch'…
516 {name: 'numInputs', dispName: 'Inputs', type: 'int', min:2, defVal:2},
594 negSize = Math.min(w * tmpSize * 0.5, h * tmpSize);
598 negSize = Math.min(w * 0.04, h * 0.07);
681 var negSize = Math.min(w * 0.04, h * 0.07);
732 {name: 'pinSpacing', dispName: 'Pin Spacing', type: 'float', min:1, defVal:20},
1114 {name: 'pinSpacing', dispName: 'Pin Spacing', type: 'float', min:1, defVal:20},
1513 {name: 'selectorPins', dispName: 'Selector Pins', type: 'int', min:1, max:8, defVal:1},
1821 var ss = Math.max(3, Math.min(h, w) * 0.05); // half of symbol size
2070 var ss = Math.max(3, Math.min(h, w) * 0.05); // half of symbol size