Lines Matching refs:toFixed
1768 px2 = +px.toFixed(2),
1769 py2 = +py.toFixed(2);
1771 px2 < +mmin(x1, x2).toFixed(2) ||
1772 px2 > +mmax(x1, x2).toFixed(2) ||
1773 px2 < +mmin(x3, x4).toFixed(2) ||
1774 px2 > +mmax(x3, x4).toFixed(2) ||
1775 py2 < +mmin(y1, y2).toFixed(2) ||
1776 py2 > +mmax(y1, y2).toFixed(2) ||
1777 py2 < +mmin(y3, y4).toFixed(2) ||
1778 py2 > +mmax(y3, y4).toFixed(2)
1822 if (xy[is.x.toFixed(4)] == is.y.toFixed(4)) {
1825 xy[is.x.toFixed(4)] = is.y.toFixed(4);
2059 r[6] = +(pa[6] - x).toFixed(3);
2060 r[7] = +(pa[7] - y).toFixed(3);
2063 r[1] = +(pa[1] - y).toFixed(3);
2070 r[j] = +(pa[j] - ((j % 2) ? x : y)).toFixed(3);
2251 f1 = math.asin(((y1 - cy) / ry).toFixed(9)),
2252 f2 = math.asin(((y2 - cy) / ry).toFixed(9));
2928 var cos = +math.cos(a).toFixed(9),
2929 sin = +math.sin(a).toFixed(9);
2960 return +this[Str.fromCharCode(97 + i)].toFixed(4);
2973 return [this.e.toFixed(4), this.f.toFixed(4)];
3027 …out.isSimple = !+out.shear.toFixed(9) && (out.scalex.toFixed(9) == out.scaley.toFixed(9) || !out.r…
3028 …out.isSuperSimple = !+out.shear.toFixed(9) && out.scalex.toFixed(9) == out.scaley.toFixed(9) && !o…
3029 out.noRotation = !+out.shear.toFixed(9) && !out.rotate;
3042 s.scalex = +s.scalex.toFixed(4);
3043 s.scaley = +s.scaley.toFixed(4);
3044 s.rotate = +s.rotate.toFixed(4);
4176 "stroke-width": +(s.width / c * i).toFixed(3),
4177 opacity: +(s.opacity / c).toFixed(3)
5828 (fy = fy.toFixed(5) - 1e-5 * dir);
5988 "stroke-width": (1 / ((w / t + h / t) / 2)).toFixed(4)