| /plugin/diagramsnet/lib/js/diagramly/util/ |
| D | mxJsCanvas.js | 22 this.ctx.fillStyle = 'rgba(255,255,255,0)'; 196 this.ctx.fillStyle = value; 223 this.ctx.fillStyle = gradient; 323 this.ctx.fillStyle = value; 685 this.ctx.fillStyle = this.state.fontBackgroundColor; 780 this.ctx.fillStyle = this.state.fontBackgroundColor;
|
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 80 ctx.fillStyle = 'rgb(127,127,127)'; 137 ctx.fillStyle = 'rgb(255,255,255)'; 141 ctx.fillStyle = 'rgb(0,0,0)'; 162 ctx.fillStyle = 'rgb(100, 200, 100)'; // green 178 ctx.fillStyle = 'rgb(255,255,255)'; 183 ctx.fillStyle = 'rgb(255, 80, 77)'; // red 185 ctx.fillStyle = 'rgb(192, 80, 77)'; // red 204 ctx.fillStyle = colstr[i]; 228 ctx.fillStyle = 'rgb(255, 80, 77)'; // red 230 ctx.fillStyle = 'rgb(192, 80, 77)'; // red [all …]
|
| /plugin/s5reloaded/ui/thesis/ |
| D | slides.js | 1802 ctx.fillStyle = S2L; 1813 ctx.fillStyle = 'rgba(0,0,0,0.2)'; 1825 ctx.fillStyle = color; 1841 ctx.fillStyle = S2L; 1848 ctx.fillStyle = color; 1860 ctx.fillStyle = S2L; 1875 ctx.fillStyle = color; 1880 ctx.fillStyle = 'rgba(255,255,255,0.5)'; 1932 ctx.fillStyle = style; 2038 ctx.fillStyle = canvas_bgcolor; [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | mxRuler.js | 228 ctx.fillStyle = style.outBkgClr; 261 ctx.fillStyle = style.fontClr; 293 ctx.fillStyle = style.cornerClr;
|
| D | Editor.js | 931 var fillStyle = mxUtils.getValue(this.shape.style, 'fillStyle', 'auto'); 933 if (fillStyle == 'auto') 938 fillStyle = (style.fill != null && (gradient != null || (bg != null && 942 style['fillStyle'] = fillStyle; 3427 ctx.fillStyle = bg;
|
| /plugin/diagramsnet/lib/js/rough/ |
| D | rough.min.js | 39 ops:e}}function G(b,a){var e=ma,c=a.fillStyle||"hachure";if(!A[c])switch(c){case "zigzag":A[c]||(A[… 59 …"#000",strokeWidth:1,curveTightness:0,curveFitting:.95,curveStepCount:9,fillStyle:"hachure",fillWe… property 61 …fillStyle?f.push(J(a,d)):f.push(G(a,d)));return"none"!==d.stroke&&f.push(g),this._d("rectangle",f,… 62 …uments[7]:void 0),m=[],l=ca(a,e,c,b,d,h,f,!0,k);f&&k.fill&&("solid"===k.fillStyle?(f=ca(a,e,c,b,d,… 65 …fillStyle?b.push(J(h,c)):b.push(G(h,c))}return"none"!==c.stroke&&b.push(d),this._d("curve",b,c)}},… 68 …nsumableArray(a))});"solid"===c.fillStyle?b.push(J(m,c)):b.push(G(m,c))}else l.forEach(function(a)… 73 …);this._drawToContext(b,h);b.restore();break;case "fillPath":b.save();b.fillStyle=c.fill||"";this.…
|
| D | rough.js.orig | 1 …fillStyle||"hachure";if(!d[s])switch(s){case"zigzag":d[s]||(d[s]=new c(e));break;case"cross-hatch"…
|
| D | rough.js.modified | 1258 var s = t.fillStyle || "hachure"; 1558 fillStyle: "hachure", 1603 "solid" === a.fillStyle ? r.push(D(_o9, a)) : r.push(_(_o9, a)); 1616 if (a.fill) if ("solid" === a.fillStyle) { 1645 if (r && i.fill) if ("solid" === i.fillStyle) { 1709 "solid" === s.fillStyle ? n.push(D(_e20, s)) : n.push(_(_e20, s)); 1721 …return s.fill && ("solid" === s.fillStyle ? n.push(D(t, s)) : n.push(_(t, s))), s.stroke !== K && … 1807 }), "solid" === s.fillStyle ? n.push(D(_t30, s)) : n.push(_(_t30, s)); 1809 "solid" === s.fillStyle ? n.push(D(t, s)) : n.push(_(t, s)); 2013 n.save(), n.fillStyle = s.fill || "";
|
| /plugin/dirtylittlehelper/mermaid/editor/src/components/ |
| D | Links.svelte | 28 context.fillStyle = 'white';
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxBasic.js | 3300 var fillStyle = mxUtils.getValue(this.style, 'fillStyle', 'none'); 3302 if (fillStyle == 'diag' || fillStyle == 'diagGrid') 3346 else if (fillStyle == 'vert' || fillStyle == 'grid') 3365 if (fillStyle == 'diagRev' || fillStyle == 'diagGrid') 3367 if (fillStyle == 'diagRev') 3413 else if (fillStyle == 'hor' || fillStyle == 'grid')
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js | 32 …fillStyle="rgb(127,127,127)",f.beginPath(),f.moveTo(ee,_+q/2),f.lineTo(ee+o,_),f.lineTo(ee+o,_+q),… 36 …fillStyle="#7f7f7f",f.fillRect(le,ve,ct,ht)),f.fillStyle=Pt,f.fillRect(le,ve,Math.min(ct,ye.size[0…
|
| /plugin/statistics/js/ |
| D | chart.js | 13 …fillStyle,t.beginPath(),t.lineWidth=n.decorationWidth||2,t.moveTo(a,c),t.lineTo(r,c),t.stroke()}}f…
|
| D | chartjs-plugin-datalabels.js | 7 …fillStyle=a,t.fill()),o&&n&&(t.strokeStyle=o,t.lineWidth=n,t.lineJoin="miter",t.stroke()))}functio…
|
| /plugin/processing/ |
| D | script.js | 1091 fillStyle = [1.0, 1.0, 1.0, 1.0], 6323 curContext.fillStyle = "rgb(204, 204, 204)"; 6477 fillStyle: curContext.fillStyle, property 6837 uniformf(programObject3D, "color", fillStyle); 7074 uniformf(programObject3D, "color", fillStyle); 7302 fillStyle = p.color.toGLArray(color); 7311 curContext.fillStyle = p.color.toString(currentFillColor); 7438 curContext.fillStyle = p.color.toString(currentStrokeColor); 7445 curContext.fillStyle = p.color.toString(currentStrokeColor); 7489 vert[5] = fillStyle[0]; [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | importer.js | 814 ctx.fillStyle = "#FFFFFF"; 4191 … var fillStyle = fillStyleElems[index136]; 4193 … */ (this.connFillStyles.push(com.mxgraph.io.vsdx.theme.FillStyleFactory.getFillStyle(fillStyle))); 4305 var fillStyle = fillStyleElems[index146]; 4307 … add */ (this.fillStyles.push(com.mxgraph.io.vsdx.theme.FillStyleFactory.getFillStyle(fillStyle))); 4472 var fillStyle = null; 4480 … fillStyle = this.fillStyles[quickStyleVals.getQuickStyleFillMatrix() - 1]; 4489 … fillStyle = this.fillStyles[this.variantFillIdx[this.themeVariant][index] - 1]; 4493 if (fillStyle != null) { 4495 …retColor = (fillStyle != null && fillStyle instanceof com.mxgraph.io.vsdx.theme.GradFill) ? fillSt… [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 6556 ctx.fillStyle = this.backgroundColor.toLive 6577 ctx.fillStyle = this.overlayColor.toLive 7600 ctx.fillStyle = point.fill; 7840 ctx.fillStyle = this.color; 7910 patternCtx.fillStyle = this.color; 8634 ctx.fillStyle = this.selectionColor; 11502 ctx.fillStyle = this.fill.toLive 13107 ctx.strokeStyle = ctx.fillStyle = this.cornerColor; 13654 ctx.strokeStyle = this.stroke || ctx.fillStyle; 19923 ctx.fillStyle = this.backgroundColor; [all …]
|
| D | fabric.min.js | 4 …fillStyle=this.backgroundColor.toLive?this.backgroundColor.toLive(ctx):this.backgroundColor;ctx.fi… 5 …fillStyle=point.fill;ctx.beginPath();ctx.arc(point.x,point.y,point.radius,0,Math.PI*2,false);ctx.c… 6 …(ctx,this):this.stroke}},_setFillStyles:function(ctx){if(this.fill){ctx.fillStyle=this.fill.toLive… 8 …fillStyle=this.cornerColor;this._drawControl("tl",ctx,methodName,left-scaleOffset,top-scaleOffset)… 11 …fillStyle=this.backgroundColor;ctx.fillRect(this._getLeftOffset(),this._getTopOffset(),this.width,… 13 …fillStyle=this.getCurrentCharColor(lineIndex,charIndex);ctx.globalAlpha=this.__isMousedown?1:this.…
|
| /plugin/diagramsnet/lib/js/croppie/ |
| D | croppie.min.js | 1 …fillStyle=e.backgroundColor,l.fillRect(0,0,u,c));var h=n,p=i,d=o,m=r,f=0,v=0,g=u,w=c;return n<0&&(…
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
| D | holder.min.js | 12 …fillStyle=d.children.holderBg.properties.fill,b.fillRect(0,0,J.dpr(d.children.holderBg.width),J.dp…
|
| /plugin/stlviewer/stlviewer/ |
| D | CanvasRenderer.js | 1140 _context.fillStyle = value;
|
| /plugin/revealjs/js/ |
| D | reveal.js | 5894 this.context.fillStyle = 'rgba( 0, 0, 0, 0.4 )'; 5917 this.context.fillStyle = '#fff'; 5927 this.context.fillStyle = '#fff';
|
| /plugin/ol3/ |
| D | script.js | 8 …fillStyle="rgba(0,0,0,0)",t.fillRect(0,0,1,1),t.canvas),this.changed()},e.prototype.handleImageLoa… property
|
| /plugin/imagemapping/ |
| D | jquery.imagemapster.js | 8 …fillStyle="#000",a.fill(),a.restore()})),h.each(i.shapes,function(e,t){s.save(),t.options.fill&&(t…
|
| /plugin/imapmarkers/ |
| D | jquery.imagemapster.js | 1474 maskContext.fillStyle = '#000'; 1495 shapeContext.fillStyle = css3color(
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 14712 ctx.fillStyle = '#000000'; 14835 this.ctx.fillStyle = background || 'rgb(255, 255, 255)'; 15254 ctx.fillStyle = fillColor.getPattern(ctx, this); 15514 ctx.fillStyle = pattern; 15724 this.ctx.fillStyle = color; 15732 ctx.fillStyle = pattern.getPattern(ctx, this, true); 15973 maskCtx.fillStyle = isPatternFill ? fillColor.getPattern(maskCtx, this) : fillColor; 15988 maskCtx.fillStyle = isPatternFill ? fillColor.getPattern(maskCtx, this) : fillColor; 16015 maskCtx.fillStyle = isPatternFill ? fillColor.getPattern(maskCtx, this) : fillColor; 16606 context.fillStyle = ctx.fillStyle; [all …]
|