Lines Matching refs:max

1223 	var trueH = Math.max(h, minH);
1225 var trueW = Math.max(w, minW);
2146 var lineH = Math.max(fontSize * 1.5, buttonSize);
2151 var trueH = Math.max(h, minH);
2173 var trueW = Math.max(w, minW);
2257 var lineH = Math.max(fontSize * 1.5, buttonSize);
2262 var trueH = Math.max(h, minH);
2284 var trueW = Math.max(w, minW);
2448 w = Math.max(w, 2 * h);
2536 w = Math.max(w, 15);
2537 h = Math.max(h, 15);
2623 w = Math.max(w, 15);
2624 h = Math.max(h, 15);
3923 barPos = Math.max(barPos, 0);
4392 barPos = Math.max(barPos, 0);
4595 var trueH = Math.max(h, fontSize * 1.5, 10);
4597 var trueW = Math.max(w, minW);
4950 barPos = Math.max(barPos, 0);
4980 …var barPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'bar…
4985 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.width * 0.1…
5113 barPos = Math.max(barPos, 0);
5139 …var barPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'bar…
5144 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / …
5197 barPos = Math.max(barPos, 0);
5218 …var barPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'bar…
5223 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / …
5275 barPos = Math.max(barPos, 0);
5291 …var barPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'bar…
5296 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / …
5353 barPos = Math.max(barPos, 0);
5379 …var barPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'bar…
5384 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.width * 0.1…