| /plugin/s5reloaded/ui/thesis/ |
| D | slides.js | 1749 ctx.bezierCurveTo(cx+fc,cy+fc,cx+fc,cy+fc,cx+(cw*0.9)-fc,cy+fc); 1769 ctx.bezierCurveTo(cx+cw-fc,cy+ch-fc,cx+cw-fc,cy+ch-fc,cx+(cw*0.1)+fc,cy+ch-fc); 1821 ctx.bezierCurveTo(x,y+height,x+width,y+height,x+width,y+rh+dh) 1823 ctx.bezierCurveTo(x+width,y,x,y,x,y+rh) 1837 ctx.bezierCurveTo(x,y+height,x+width,y+height,x+width,y+rh+dh) 1839 ctx.bezierCurveTo(x+width,y,x,y,x,y+rh) 1845 ctx.bezierCurveTo(x+width,y,x,y,x,y+rh) 1846 ctx.bezierCurveTo(x,y+(rh*2),x+width,y+(rh*2),x+width,y+rh) 1857 ctx.bezierCurveTo(x+width,y,x,y,x,y+rh) 1858 ctx.bezierCurveTo(x,y+(rh*2),x+width,y+(rh*2),x+width,y+rh) [all …]
|
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 2431 ctx.bezierCurveTo(x+10, y+20, x+20, y-10, x+30, y+10); 2444 ctx.bezierCurveTo(arr[i].cx, arr[i].cy, arr[i].dx, arr[i].dy, arr[i].x, arr[i].y); 2446 ctx.bezierCurveTo(arr[i].cx, arr[i].cy, arr[i].x, arr[i].y, arr[i].x, arr[i].y); 2449 ctx.bezierCurveTo(arr[i-1].x, arr[i-1].y, arr[i].dx, arr[i].dy, arr[i].x, arr[i].y); 2597 ctx.bezierCurveTo(x+10, y+20, x+20, y-10, x+30, y+10); 2614 ctx.bezierCurveTo(x+10, y+20, x+20, y-10, x+30, y+10);
|
| /plugin/diagramsnet/lib/js/diagramly/util/ |
| D | mxJsCanvas.js | 474 this.ctx.bezierCurveTo(x1, y1, x2, y2 , x3, y3);
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 1007 ctx.bezierCurveTo.apply(ctx, segs[i]); 14505 isRounded && ctx.bezierCurveTo(x + w - k * rx, y, x + w, y + k * ry, x + w, y + ry); 14508 … isRounded && ctx.bezierCurveTo(x + w, y + h - k * ry, x + w - k * rx, y + h, x + w - rx, y + h); 14511 isRounded && ctx.bezierCurveTo(x + k * rx, y + h, x, y + h - k * ry, x, y + h - ry); 14514 isRounded && ctx.bezierCurveTo(x, y + k * ry, x + k * rx, y, x + rx, y); 15286 case 'c': // bezierCurveTo, relative 15291 ctx.bezierCurveTo( 15303 case 'C': // bezierCurveTo, absolute 15308 ctx.bezierCurveTo( 15318 case 's': // shorthand cubic bezierCurveTo, relative [all …]
|
| D | fabric.min.js | 1 …][3]+fy;segs[i][4]=segsNorm[i][4]+fx;segs[i][5]=segsNorm[i][5]+fy;ctx.bezierCurveTo.apply(ctx,segs… 8 …bezierCurveTo(x+w-k*rx,y,x+w,y+k*ry,x+w,y+ry);ctx.lineTo(x+w,y+h-ry);isRounded&&ctx.bezierCurveTo(… 9 …bezierCurveTo(x+current[1]+l,y+current[2]+t,controlX+l,controlY+t,tempX+l,tempY+t);x=tempX;y=tempY…
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js | 36 …bezierCurveTo(o+10,a+20,o+20,a-10,o+30,a+10),f.stroke(),f.strokeText("n",o+45,a+10)},draw:function…
|
| D | SketchCanvas.js.map | 4 …bezierCurveTo(x+10, y+20, x+20, y-10, x+30, y+10);\r\n\t\t\t\tctx.stroke();\r\n\t\t\t\tctx.strokeT…
|
| /plugin/c3chart/assets/ |
| D | d3.min.js | 2 …bezierCurveTo(n=(n+r)/2,e,n,i,r,i)}function fu(t,n,e,r,i){t.moveTo(n,e),t.bezierCurveTo(n,e=(e+i)/… method
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 15328 return doc.bezierCurveTo.apply(doc, _toConsumableArray(a)); 15331 doc.bezierCurveTo(a[0] + cx, a[1] + cy, a[2] + cx, a[3] + cy, a[4] + cx, a[5] + cy); 15342 doc.bezierCurveTo(cx - (px - cx), cy - (py - cy), a[0], a[1], a[2], a[3]); 15353 doc.bezierCurveTo(cx - (px - cx), cy - (py - cy), cx + a[0], cy + a[1], cx + a[2], cy + a[3]); 15470 doc.bezierCurveTo.apply(doc, _toConsumableArray(bez)); 15631 bezierCurveTo: function bezierCurveTo(cp1x, cp1y, cp2x, cp2y, x, y) { 15649 this.bezierCurveTo(x + w - c, y, x + w, y + c, x + w, y + r); 15651 this.bezierCurveTo(x + w, y + h - c, x + w - c, y + h, x + w - r, y + h); 15653 this.bezierCurveTo(x + c, y + h, x, y + h - c, x, y + h - r); 15655 this.bezierCurveTo(x, y + c, x + c, y, x + r, y); [all …]
|
| D | pdfmake.min.js | 2 …bezierCurveTo.apply(r,_toConsumableArray(i))},c:function c(r,i){return r.bezierCurveTo(i[0]+ge,i[1…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.min.js | 13 …bezierCurveTo:function(t,e,n,r,i,o){return this.addContent(""+t+" "+e+" "+n+" "+r+" "+i+" "+o+" c"… method 16 …neWidth(.24),r.moveTo(k,n);for(var E=0;S>E;E++)r.bezierCurveTo(k+b,n-x,k+2*b,n-x,k+3*b,n).bezierCu…
|
| D | pdfmake.js | 28455 bezierCurveTo: function(cp1x, cp1y, cp2x, cp2y, x, y) { method 28492 this.bezierCurveTo(x, ym - oy, xm - ox, y, xm, y); 28493 this.bezierCurveTo(xm + ox, y, xe, ym - oy, xe, ym); 28494 this.bezierCurveTo(xe, ym + oy, xm + ox, ye, xm, ye); 28495 this.bezierCurveTo(xm - ox, ye, x, ym + oy, x, ym); 28782 return doc.bezierCurveTo.apply(doc, a); 28785 doc.bezierCurveTo(a[0] + cx, a[1] + cy, a[2] + cx, a[3] + cy, a[4] + cx, a[5] + cy); 28796 doc.bezierCurveTo(cx - (px - cx), cy - (py - cy), a[0], a[1], a[2], a[3]); 28807 … doc.bezierCurveTo(cx - (px - cx), cy - (py - cy), cx + a[0], cy + a[1], cx + a[2], cy + a[3]); 28917 _results.push(doc.bezierCurveTo.apply(doc, bez)); [all …]
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js | 1 …bezierCurveTo:function(t,e,n,r,i,a){this._+="C"+ +t+","+ +e+","+ +n+","+ +r+","+(this._x1=+i)+","+… method
|
| /plugin/diagramsnet/lib/js/mermaid/ |
| D | mermaid.min.js | 6 …bezierCurveTo:function(t,e,n,r,i,a){this._+="C"+ +t+","+ +e+","+ +n+","+ +r+","+(this._x1=+i)+","+… method
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 47392 function bezierCurveTo(x1, y1, x2, y2, x, y) { function 47471 bezierCurveTo(xa, ya, xb, yb, x, y); 47521 bezierCurveTo(xa, y, xb, y1, x, y1); 47525 bezierCurveTo(xa, y1, xb, y, x, y); 47535 bezierCurveTo(xa, ya, xb, yb, x, y); 47542 bezierCurveTo(xa, ya, xb, yb, x, y); 47552 bezierCurveTo(xa, y1, xb, y2, x, y2); 47557 bezierCurveTo(xa, y2, xb, y3, x, y); 47569 bezierCurveTo(xa, ya, xb, yb, x, y); 47583 bezierCurveTo(xa, ya, xb, yb, x, y); [all …]
|
| D | pdf.js | 15185 ctx.bezierCurveTo(args[j], args[j + 1], args[j + 2], args[j + 3], x, y); 15190 ctx.bezierCurveTo(x, y, args[j], args[j + 1], args[j + 2], args[j + 3]); 15199 ctx.bezierCurveTo(args[j], args[j + 1], x, y, x, y);
|
| D | pdf.worker.js.map | 1 …bezierCurveTo","subrCode","numSubrs","y3","achar","bchar","lookupCmap","compileCharString","NOOP",…
|
| /plugin/flowcharts/ |
| D | mermaid.min.js | 1 …bezierCurveTo:function(t,e,n,r,i,a){this._+="C"+ +t+","+ +e+","+ +n+","+ +r+","+(this._x1=+i)+","+… method
|
| /plugin/diagramsnet/lib/js/rough/ |
| D | rough.min.js | 75 switch(h.op){case "move":a.moveTo(g[0],g[1]);break;case "bcurveTo":a.bezierCurveTo(g[0],g[1],g[2],g…
|
| D | rough.js.orig | 1 …ta;switch(s.op){case"move":t.moveTo(e[0],e[1]);break;case"bcurveTo":t.bezierCurveTo(e[0],e[1],e[2]…
|
| D | rough.js.modified | 2056 t.bezierCurveTo(_e27[0], _e27[1], _e27[2], _e27[3], _e27[4], _e27[5]);
|
| /plugin/diagramsnet/lib/js/ |
| D | extensions.min.js | 1705 …bezierCurveTo:function(t,e,n,r,i,a){this._+="C"+ +t+","+ +e+","+ +n+","+ +r+","+(this._x1=+i)+","+… method
|
| /plugin/processing/ |
| D | script.js | 7734 curContext.bezierCurveTo(b[1][0], b[1][1], b[2][0], b[2][1], b[3][0], b[3][1]); 7802 …curContext.bezierCurveTo(vertArray[i][0], vertArray[i][1], vertArray[i][2], vertArray[i][3], vertA…
|
| /plugin/stlviewer/stlviewer/ |
| D | three.min.js | 2 …bezierCurveTo:function(t,e,n,r,i,a){var o=new Nc(this.currentPoint.clone(),new pt(t,e),new pt(n,r)… method
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 350 …bezierCurveTo(e,r,n,i,a,s){this._append`C${+e},${+r},${+n},${+i},${this._x1=+a},${this._y1=+s}`}ar… method in tU.j3.KTe.Qwe.Jwe.fke.wd
|