Lines Matching refs:floor

977 … null, Math.floor(Math.round(o.x * 100) / 100), Math.floor(Math.round(o.y * 100) / 100), Math.floo…
981 …Label, Math.floor(Math.round(o.x * 100) / 100), Math.floor(Math.round(o.y * 100) / 100), Math.floo…
1116floor(Math.round(coordinates.x * 100) / 100), Math.floor(Math.round(coordinates.y * 100) / 100), M…
1119floor(Math.round(coordinates.x * 100) / 100), Math.floor(Math.round(coordinates.y * 100) / 100), M…
1232 …rce = graph.insertVertex(parent, null, null, Math.floor(Math.round(beginXY.x * 100) / 100), Math.f…
1263 …rget = graph.insertVertex(parent, null, null, Math.floor(Math.round(endXY.x * 100) / 100), Math.fl…
5631 var i = Math.floor(h);
6582 var x0 = Math.floor(Math.round(shape.getLastX() * w) / 100);
6583 var y0 = Math.floor(Math.round(shape.getLastY() * h) / 100);
9208 …e = isNaN(value)? new Date(value) : new Date(Shape.VSDX_START_TIME + Math.floor((parseFloat(value)…
9681 return ('' + (Math.floor(Math.round(size * 100) / 100)));
11763 …var startX = Math.floor(Math.round(this.getScreenNumericalValue$org_w3c_dom_Element$double(this.ge…
11764 …var startY = Math.floor(Math.round((parentHeight - this.getScreenNumericalValue$org_w3c_dom_Elemen…
11773 …var endX = Math.floor(Math.round(this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getC…
11774 …var endY = Math.floor(Math.round((parentHeight - this.getScreenNumericalValue$org_w3c_dom_Element$…
11827 currPoint.x = (Math.floor(Math.round(finalX * 100) / 100));
11828 … currPoint.y = (Math.floor(Math.round((startXY.y - heightFixed * rawY) * 100) / 100));
12114 … return new mxPoint(Math.floor(Math.round(x * 100) / 100), Math.floor(Math.round(y * 100) / 100));