Lines Matching refs:round

6891 …var ordinal_date = Math.round((first_thursday.getTime() - new Date(year_number, 0, 1).getTime()) /…
12811 duration_val = Math.round(ev[mapping.duration]) || gantt.calculateDuration({
13482 … box.style.top = Math.round(scroll_top + Math.max((view_height - box.offsetHeight) / 2, 0)) + "px";
13484 …box.style.top = Math.round(Math.max(((view_height - box.offsetHeight) / 2), 0) + 9) + "px"; // +9 …
13488 …box.style.left = Math.round(scroll_left + (document.body.offsetWidth - box.offsetWidth) / 2) + "px…
13490 box.style.left = Math.round((document.body.offsetWidth - box.offsetWidth) / 2) + "px";
13923 v = Math.round(v / gantt._get_timepicker_step()) * gantt._get_timepicker_step();
19158 var share = Math.round(extra_width * (col.width / columns_width));
19244 var delta = Math.round(diff / (width.length - i));
19257 var delta = Math.round(diff / (unknown.length - i)); // no float values, just integer
23653 pos.left -= Math.round(height / 2);
23659 var width = Math.round(pos.width);
23797 var width = Math.round(maxWidth * done);
24597 return Math.round(Math.sqrt(2 * origWidth * origWidth)) - 2;
24914 top = Math.round(s_y),
24915 left = Math.round(s_x);
24924 "width:" + Math.round(dist) + "px"
24931 var shiftLeft = Math.abs(Math.round(s_x - e_x)),
24932 shiftTop = Math.abs(Math.round(e_y - s_y));
25427 …var days = Math.round((dateHelper.add(config.trace_x[i], config.step, config.unit) - config.trace_…
26685 var date = new Date(scale.trace_x[ind].valueOf() + Math.round(part * unit));
26722 var roundPos = Math.round(pos);
26724 return Math.round(roundPos);
28170 return Math.round(res);
28464 res = Math.round((end - start) / (step * fixedUnits[unit]));
28478 return Math.round(res);
29198 …rn { y: Math.round(top), x: Math.round(left), width:elem.offsetWidth, height:elem.offsetHeight, ri…