Home
last modified time | relevance | path

Searched refs:th1 (Results 1 – 3 of 3) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js28923 … cos_th, d, i, pl, result, segments, sfactor, sfactor_sq, sin_th, th, th0, th1, th2, th3, th_arc, …
28957 th1 = Math.atan2(y1 - yc, x1 - xc);
28958 th_arc = th1 - th0;
28974 segmentToBezier = function(cx, cy, th0, th1, rx, ry, sin_th, cos_th) { argument
28980 th_half = 0.5 * (th1 - th0);
28984 x3 = cx + Math.cos(th1);
28985 y3 = cy + Math.sin(th1);
28986 x2 = x3 + t * Math.sin(th1);
28987 y2 = y3 - t * Math.cos(th1);
Dpdfmake.min.js.map1th1","th2","th3","th_arc","x0","xc","yc","th_half","x3","y3","PDFFont","_fontCount","_fontSize","_…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js15513 var th1 = Math.atan2(y1 - yc, x1 - xc);
15514 var th_arc = th1 - th0;
15529 var segmentToBezier = function segmentToBezier(cx, cy, th0, th1, rx, ry, sin_th, cos_th) {
15534 var th_half = 0.5 * (th1 - th0);
15538 var x3 = cx + Math.cos(th1);
15539 var y3 = cy + Math.sin(th1);
15540 var x2 = x3 + t * Math.sin(th1);
15541 var y2 = y3 - t * Math.cos(th1);
21254 th1 = Math.atan2((y1 - y2) / ry, (x1 - x2) / rx),
21256 if (fs === 0 && th2 - th1 > 0) {
[all …]