Home
last modified time | relevance | path

Searched refs:bezierCurveTo (Results 1 – 25 of 33) sorted by relevance

12

/plugin/s5reloaded/ui/thesis/
Dslides.js1749 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/
DSketchCanvas.js2431 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/
DmxJsCanvas.js474 this.ctx.bezierCurveTo(x1, y1, x2, y2 , x3, y3);
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js1007 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 …]
Dfabric.min.js1 …][3]+fy;segs[i][4]=segsNorm[i][4]+fx;segs[i][5]=segsNorm[i][5]+fy;ctx.bezierCurveTo.apply(ctx,segs…
8bezierCurveTo(x+w-k*rx,y,x+w,y+k*ry,x+w,y+ry);ctx.lineTo(x+w,y+h-ry);isRounded&&ctx.bezierCurveTo(…
9bezierCurveTo(x+current[1]+l,y+current[2]+t,controlX+l,controlY+t,tempX+l,tempY+t);x=tempX;y=tempY…
/plugin/sketchcanvas/bundle/
DSketchCanvas.js36bezierCurveTo(o+10,a+20,o+20,a-10,o+30,a+10),f.stroke(),f.strokeText("n",o+45,a+10)},draw:function…
DSketchCanvas.js.map4bezierCurveTo(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/
Dd3.min.js2bezierCurveTo(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/
Dpdfmake.js15328 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 …]
Dpdfmake.min.js2bezierCurveTo.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/
Dpdfmake.min.js13bezierCurveTo: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…
Dpdfmake.js28455 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/
Dmermaid.min.js1bezierCurveTo:function(t,e,n,r,i,a){this._+="C"+ +t+","+ +e+","+ +n+","+ +r+","+(this._x1=+i)+","+… method
/plugin/diagramsnet/lib/js/mermaid/
Dmermaid.min.js6bezierCurveTo:function(t,e,n,r,i,a){this._+="C"+ +t+","+ +e+","+ +n+","+ +r+","+(this._x1=+i)+","+… method
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js47392 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 …]
Dpdf.js15185 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);
Dpdf.worker.js.map1bezierCurveTo","subrCode","numSubrs","y3","achar","bchar","lookupCmap","compileCharString","NOOP",…
/plugin/flowcharts/
Dmermaid.min.js1bezierCurveTo:function(t,e,n,r,i,a){this._+="C"+ +t+","+ +e+","+ +n+","+ +r+","+(this._x1=+i)+","+… method
/plugin/diagramsnet/lib/js/rough/
Drough.min.js75 switch(h.op){case "move":a.moveTo(g[0],g[1]);break;case "bcurveTo":a.bezierCurveTo(g[0],g[1],g[2],g…
Drough.js.orig1 …ta;switch(s.op){case"move":t.moveTo(e[0],e[1]);break;case"bcurveTo":t.bezierCurveTo(e[0],e[1],e[2]…
Drough.js.modified2056 t.bezierCurveTo(_e27[0], _e27[1], _e27[2], _e27[3], _e27[4], _e27[5]);
/plugin/diagramsnet/lib/js/
Dextensions.min.js1705bezierCurveTo:function(t,e,n,r,i,a){this._+="C"+ +t+","+ +e+","+ +n+","+ +r+","+(this._x1=+i)+","+… method
/plugin/processing/
Dscript.js7734 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/
Dthree.min.js2bezierCurveTo: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 Dmermaid.min.js350bezierCurveTo(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

12