Lines Matching +refs:round +refs:b

3889 		return  Math.round(num * 10) / 10;	
3899 srcM.sort(function(a, b) argument
3901 return a.s - b.s;
3962 ends.sort(function(a, b) argument
3964 return a.e - b.e;
5197 style += 'strokeOpacity=' + Math.round(parseInt(sOpac) / 2.55) + ';';
5212 style += 'fillOpacity=' + Math.round(parseInt(fOpac) / 2.55) + ';';
5359 …return color && color.length > 7? (style + '=' + Math.round(parseInt('0x' + color.substr(7)) / 2.5…
5667 Math.round(p.ElbowPoints[i].x * scale + dx),
5668 Math.round(p.ElbowPoints[i].y * scale + dy)));
5743 Math.round(pt.x * scale + dx),
5744 Math.round(pt.y * scale + dy)));
5762 … var exit = new mxPoint(Math.round(source.geometry.x + source.geometry.width * p.Endpoint1.LinkX),
5763 Math.round(source.geometry.y + source.geometry.height * p.Endpoint1.LinkY));
5764 … var entry = new mxPoint(Math.round(target.geometry.x + target.geometry.width * p.Endpoint2.LinkX),
5765 Math.round(target.geometry.y + target.geometry.height * p.Endpoint2.LinkY));
5826 var b = p.BoundingBox;
5830 b.h = b.h - 20;
5833 v = new mxCell('', new mxGeometry(Math.round(b.x * scale + dx), Math.round(b.y * scale + dy),
5834 Math.round(b.w * scale), Math.round(b.h * scale)), vertexStyle);
6053 endpoint.LinkX = Math.round(endpoint.LinkX * 1000) / 1000;
6054 endpoint.LinkY = Math.round(endpoint.LinkY * 1000) / 1000;
6112 memberCells.sort(function(a, b) argument
6115 var bi = b.zOrder || b.ZOrder;
6186 locked: obj.Restrictions.b && obj.Restrictions.p && obj.Restrictions.c
6352 queue.sort(function(a, b) argument
6355 b = getAction(b);
6358 var bi = (b.Properties != null) ? b.Properties.ZOrder : b.ZOrder;
6377 e.geometry.setTerminalPoint(new mxPoint(Math.round(p.Endpoint1.x * scale),
6378 Math.round(p.Endpoint1.y * scale)), true);
6383 e.geometry.setTerminalPoint(new mxPoint(Math.round(p.Endpoint2.x * scale),
6384 Math.round(p.Endpoint2.y * scale)), false);
6537 return Math.round(this.nurbsValues[(i + 1) * 4] * 100.0) / 100.0;;
6544 return Math.round(this.nurbsValues[(i + 1) * 4 + 1] * 100.0) / 100.0;;
6560 x = Math.round(x * 100.0) / 100.0;
6561 y = Math.round(y * 100.0) / 100.0;
6619 x = Math.round(x * 100.0) / 100.0;
6620 y = Math.round(y * 100.0) / 100.0;
6636 x = Math.round(x * 100.0) / 100.0;
6637 y = Math.round(y * 100.0) / 100.0;
6718 pages.sort(function(a, b) argument
6720 if (a.Properties.Order < b.Properties.Order)
6724 else if (a.Properties.Order > b.Properties.Order)
6944 var v = Math.round(parseInt('0x' + comp) * perc).toString(16);
6958 var b = p.BoundingBox;
6960 var w = Math.round(b.w * scale);
6961 var h = Math.round(b.h * scale);
6962 var x = Math.round(b.x * scale + dx);
6963 var y = Math.round(b.y * scale + dy);
7372 var startSize = Math.round(p.nameHeight * scale);
7773 …v = new mxCell('', new mxGeometry(Math.round(x), Math.round(y + h * 0.25), Math.round(w), Math.rou…
7776 …var progressBar = new mxCell('', new mxGeometry(0, 0, w * p.BarPosition, Math.round(h * 0.5)), 'st…
8081 …v = new mxCell('', new mxGeometry(Math.round(x), Math.round(y + h * 0.25), Math.round(w), Math.rou…
8084 …var progressBar = new mxCell('', new mxGeometry(0, 0, w * p.BarPosition, Math.round(h * 0.5)), 'st…
9646 …+ (borderW != null ? createStyle(mxConstants.STYLE_STROKEWIDTH, Math.round(parseFloat(borderW) * s…
11102 var b = p.BoundingBox;
11104 var oldH = b.h;
11108 b.h = b.h * 0.7;
11112 b.h = b.h * 0.6;
11115 …v = new mxCell('', new mxGeometry(Math.round(b.x * scale + dx), Math.round((b.y + oldH - b.h) * sc…
11116 Math.round(b.w * scale), Math.round(b.h * scale)), '');
12422 var th = Math.round(p.TitleHeight * scale) || 25;
12474 var curH = Math.round((h - th) * itemH) + extH;