Home
last modified time | relevance | path

Searched refs:ry (Results 101 – 109 of 109) sorted by last modified time

12345

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js28912 segs = arcToSegments(ex, ey, rx, ry, large, sweep, rot, x, y);
28922 arcToSegments = function(x, y, rx, ry, large, sweep, rotateX, ox, oy) {
28928 ry = Math.abs(ry);
28931 pl = (px * px) / (rx * rx) + (py * py) / (ry * ry);
28935 ry *= pl;
28939 a10 = (-sin_th) / ry;
28940 a11 = cos_th / ry;
28969 result[i] = [xc, yc, th2, th3, rx, ry, sin_th, cos_th];
28974 segmentToBezier = function(cx, cy, th0, th1, rx, ry, sin_th, cos_th) {
28977 a01 = -sin_th * ry;
[all …]
H A Dpdfmake.min.js.map1ry","seg","segs","sweep","rotateX","a00","a01","a10","a11","cos_th","pl","segments","sfactor","sfa…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js315 …pse:function(a,b,c,e,h){var f=new d.AmDObject("ellipse",this);f.attr({rx:c,ry:e,cx:a,cy:b});this.a…
316 -f,k.node.style.marginTop=-f);1>c&&(c=1);1>e&&(e=1);k.attr({x:a,y:b,width:c,height:e,rx:h,ry:h,"str…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1ry=point.x*sin+point.y*cos;return new fabric.Point(rx,ry).addEquals(origin)},transformPoint:functi… argument
4 …null&&gradientUnits==="objectBoundingBox"&&object.rx!==object.ry){var scaleFactor=object.ry/object…
8ry:0,initialize:function(options){options=options||{};this.callSuper("initialize",options);this.se…
H A Dfabric.js894 ry = Math.abs(ry);
898 rx2 = rx * rx, ry2 = ry * ry, py2 = py * py, px2 = px * px,
905 ry *= s;
991 ry = coords[1],
14223 ry: 0,
14255 this.ry = value;
14287 ry: this.get('ry')
14329 noTransform ? (this.top + this.ry) * this.rx/this.ry : 0,
14445 ry: 0,
14472 this.ry = this.rx;
[all …]
/plugin/advrack/
H A Djquery.qtip.js3138 ellipse: function(cx, cy, rx, ry, corner) {
3141 rys = ry * Math.sin( c * Math.PI );
3145 height: (ry * 2) - Math.abs(rys),
3191 (elem.ry || elem.r).baseVal.value + strokeWidth2,
H A Draphael.js581 ry: 0,
611 ry: nu,
647 ry = rx;
649 …return [["M", x, y], ["m", 0, -ry], ["a", rx, ry, 0, 1, 1, 0, 2 * ry], ["a", rx, ry, 0, 1, 1, 0, -…
2239 var h = (x * x) / (rx * rx) + (y * y) / (ry * ry);
2243 ry = h * ry;
2246 ry2 = ry * ry,
7318 ry = +a.ry || +a.r || 0;
7891 res.Y = y - ry;
7893 res.H = ry * 2;
[all …]
/plugin/processing/
H A Dscript.js2900 var rx, ry;
2902 rx = ry = this.element.getFloatAttribute("r");
2905 ry = this.element.getFloatAttribute("ry");
2908 this.params[1] -= ry;
2911 this.params[3] = ry*2;
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf7032 https?:\/\/([^\/]*\.)?tslist-com-ry\.blogspot\.com

12345