Home
last modified time | relevance | path

Searched refs:setLineDash (Results 1 – 16 of 16) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js262 this.setLineDash(dashArray);
266 this.setLineDash([0]);
270 mxJsCanvas.prototype.setLineDash = function(value) method in mxJsCanvas
274 if (typeof this.ctx.setLineDash === "function")
276 this.ctx.setLineDash(value);
302 this.ctx.setLineDash(dashArray);
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js116 if ( _context.setLineDash === undefined ) {
118 _context.setLineDash = function () {}; function
677 setLineDash( [ material.dashSize, material.gapSize ] );
686 setLineDash( [] );
1147 function setLineDash( value ) { function
1151 _context.setLineDash( value );
/plugin/sketchcanvas/script/
H A DSketchCanvas.js65 // Set a placeholder function to ignore setLineDash method for browsers that don't support it.
68 if(!ctx.setLineDash) {
69 ctx.setLineDash = function(){}; function
921 ctx.setLineDash([5]);
924 ctx.setLineDash([]);
944 ctx.setLineDash([5]);
949 ctx.setLineDash([]);
954 ctx.setLineDash([5]);
959 ctx.setLineDash([]);
1921 ctx.setLineDash([
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js148 ctx.setLineDash([]);
437 ctx.setLineDash([2]);
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.orig1setLineDash(s.strokeLineDash),s.strokeLineDashOffset&&(n.lineDashOffset=s.strokeLineDashOffset),th…
H A Drough.min.js73 …e?"transparent":c.stroke;b.lineWidth=c.strokeWidth;c.strokeLineDash&&b.setLineDash(c.strokeLineDas…
74 …var b=c.fillWeight;0>b&&(b=c.strokeWidth/2);a.save();c.fillLineDash&&a.setLineDash(c.fillLineDash)…
H A Drough.js.modified2009 …parent" : s.stroke, n.lineWidth = s.strokeWidth, s.strokeLineDash && n.setLineDash(s.strokeLineDas…
2034 …n < 0 && (n = s.strokeWidth / 2), t.save(), s.fillLineDash && t.setLineDash(s.fillLineDash), s.fil…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14704 if (sourceCtx.setLineDash !== undefined) {
14705 destCtx.setLineDash(sourceCtx.getLineDash());
14722 if (ctx.setLineDash !== undefined) {
14723 ctx.setLineDash([]);
14975 if (ctx.setLineDash !== undefined) {
14976 ctx.setLineDash(dashArray);
H A Dpdf.js.map1setLineDash !== undefined) {\n destCtx.setLineDash(sourceCtx.getLineDash());\n destCtx.l…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js4setLineDash!=="undefined";case"toDataURL":return typeof el.toDataURL!=="undefined";case"toDataURLW…
6 …ly(this.strokeDashArray,this.strokeDashArray)}if(supportsLineDash){ctx.setLineDash(this.strokeDash…
11 …apply(this.strokeDashArray,this.strokeDashArray)}supportsLineDash&&ctx.setLineDash(this.strokeDash…
H A Dfabric.js7199 return typeof ctx.setLineDash !== 'undefined';
7312 ctx.setLineDash(this.strokeDashArray);
11615 ctx.setLineDash(this.strokeDashArray);
19877 supportsLineDash && ctx.setLineDash(this.strokeDashArray);
/plugin/ol3/
H A Dscript.js8setLineDash&&(b(r.lineDash,t.lineDash)||e.setLineDash(r.lineDash=t.lineDash),r.lineDashOffset!=t.l… method in t
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/diagramsnet/lib/js/
H A Dapp.min.js208 …e?"transparent":c.stroke;b.lineWidth=c.strokeWidth;c.strokeLineDash&&b.setLineDash(c.strokeLineDas…
209 …var b=c.fillWeight;0>b&&(b=c.strokeWidth/2);a.save();c.fillLineDash&&a.setLineDash(c.fillLineDash)…
12175 …dth,t.height);u.beginPath();u.lineWidth=.7;u.strokeStyle=p.strokeClr;u.setLineDash([]);u.font="9px…
12180 …s);try{var k,n,q,t,v,y,z,A,B;u.lineWidth=.5;u.strokeStyle=p.guideClr;u.setLineDash([2]);d?(n=b.y+g…
H A Dviewer.min.js174 …e?"transparent":c.stroke;b.lineWidth=c.strokeWidth;c.strokeLineDash&&b.setLineDash(c.strokeLineDas…
175 …var b=c.fillWeight;0>b&&(b=c.strokeWidth/2);a.save();c.fillLineDash&&a.setLineDash(c.fillLineDash)…
H A Dviewer-static.min.js174 …e?"transparent":c.stroke;b.lineWidth=c.strokeWidth;c.strokeLineDash&&b.setLineDash(c.strokeLineDas…
175 …var b=c.fillWeight;0>b&&(b=c.strokeWidth/2);a.save();c.fillLineDash&&a.setLineDash(c.fillLineDash)…