Home
last modified time | relevance | path

Searched refs:fillStyle (Results 26 – 42 of 42) sorted by last modified time

12

/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396 …s.canvas.width,this.canvas.height),n.fillStyle=h.a.Format.CSS.format(t),n.fill(),n.fillStyle=i,n.f…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js396 …s.canvas.width,this.canvas.height),n.fillStyle=h.a.Format.CSS.format(t),n.fill(),n.fillStyle=i,n.f…
/plugin/ol3/
H A Dscript.js8fillStyle="rgba(0,0,0,0)",t.fillRect(0,0,1,1),t.canvas),this.changed()},e.prototype.handleImageLoa… property in e.setFillStrokeStyle.fillState_
/plugin/revealjs/js/
H A Dreveal.js5894 this.context.fillStyle = 'rgba( 0, 0, 0, 0.4 )';
5917 this.context.fillStyle = '#fff';
5927 this.context.fillStyle = '#fff';
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js9792 ctx.fillStyle = 'rgb(255, 255, 255)';
15377 ctx.fillStyle = 'rgb(255, 255, 255)';
H A Dviewer.js.map1fillStyle = 'rgb(255, 255, 255)';\n ctx.fillRect(0, 0, width, height);\n ctx.restore();\…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14712 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;
16606 context.fillStyle = ctx.fillStyle;
16608 current.fillColor = ctx.fillStyle;
[all …]
H A Dpdf.js.map1fillStyle: A DOMString parsed as\n * CSS <color> value, a CanvasGradient object…
H A Dpdf.worker.js.map1fillStyle, such that processing the pixel\n // data can't be done here. Instead of creating…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js76 ctx.fillStyle = 'rgb(127,127,127)';
133 ctx.fillStyle = 'rgb(255,255,255)';
137 ctx.fillStyle = 'rgb(0,0,0)';
158 ctx.fillStyle = 'rgb(100, 200, 100)'; // green
174 ctx.fillStyle = 'rgb(255,255,255)';
179 ctx.fillStyle = 'rgb(255, 80, 77)'; // red
181 ctx.fillStyle = 'rgb(192, 80, 77)'; // red
200 ctx.fillStyle = colstr[i];
224 ctx.fillStyle = 'rgb(255, 80, 77)'; // red
226 ctx.fillStyle
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12fillStyle=d.children.holderBg.properties.fill,b.fillRect(0,0,J.dpr(d.children.holderBg.width),J.dp…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js4fillStyle=this.backgroundColor.toLive?this.backgroundColor.toLive(ctx):this.backgroundColor;ctx.fi…
5fillStyle=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…
8fillStyle=this.cornerColor;this._drawControl("tl",ctx,methodName,left-scaleOffset,top-scaleOffset)…
11fillStyle=this.backgroundColor;ctx.fillRect(this._getLeftOffset(),this._getTopOffset(),this.width,…
13fillStyle=this.getCurrentCharColor(lineIndex,charIndex);ctx.globalAlpha=this.__isMousedown?1:this.…
H A Dfabric.js6577 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
19923 ctx.fillStyle = this.backgroundColor;
19946 ctx.fillStyle = this.textBackgroundColor;
20910 ctx.fillStyle = this.selectionColor;
21256 ctx.fillStyle = fill.toLive
[all …]
/plugin/advrack/
H A Djquery.qtip.js2338 context.fillStyle = color[1];
2344 context.fillStyle = color[0];
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1802 ctx.fillStyle = S2L;
1825 ctx.fillStyle = color;
1841 ctx.fillStyle = S2L;
1848 ctx.fillStyle = color;
1860 ctx.fillStyle = S2L;
1932 ctx.fillStyle = style;
2058 ctx.fillStyle = B2B;
2082 ctx.fillStyle = W2T;
2091 ctx.fillStyle = T2B;
2257 ctx.fillStyle = B2T;
[all …]
/plugin/processing/
H A Dscript.js1091 fillStyle = [1.0, 1.0, 1.0, 1.0], variable
6477 fillStyle: curContext.fillStyle, property in p.size.props
7302 fillStyle = p.color.toGLArray(color);
7489 vert[5] = fillStyle[0];
7490 vert[6] = fillStyle[1];
7491 vert[7] = fillStyle[2];
7492 vert[8] = fillStyle[3];
8910 vert[5] = fillStyle[0];
8911 vert[6] = fillStyle[1];
8912 vert[7] = fillStyle[2];
[all …]

12