Home
last modified time | relevance | path

Searched refs:strokeColor (Results 101 – 116 of 116) sorted by last modified time

12345

/plugin/diagramsnet/lib/shapes/
H A DmxLeanMap.js624 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
625 c.setFillColor(strokeColor);
892 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
893 c.setFillColor(strokeColor);
1011 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
1012 c.setFillColor(strokeColor);
1088 c.setFillColor(strokeColor);
1177 c.setFillColor(strokeColor);
1243 c.setFillColor(strokeColor);
1296 c.setFillColor(strokeColor);
[all …]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14495 this.strokeColor = '#000000';
15217 var strokeColor = this.current.strokeColor;
15221 if (strokeColor && strokeColor.hasOwnProperty('type') && strokeColor.type === 'Pattern') {
15223 ctx.strokeStyle = strokeColor.getPattern(ctx, this);
15719 this.current.strokeColor = color;
16609 current.strokeColor = ctx.strokeStyle;
16618 current.strokeColor = cssColor;
21182 this.strokeColor = '#000000';
21969 var strokeColor = this.current.strokeColor;
21978 this.current.strokeColor = cssColor;
[all …]
H A Dpdf.js.map1strokeColor","fillColor","isPatternFill","needRestore","paths","path","fontObj","bold","italic","t…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js290 var strokeColor = R.getRGB(params.stroke);
291 stroke.on && params.stroke && (stroke.color = strokeColor.hex);
292 …+a["stroke-opacity"] + 1 || 2) - 1) * ((+a.opacity + 1 || 2) - 1) * ((+strokeColor.o + 1 || 2) - 1…
/plugin/callflow/
H A Draphael.js7423 var strokeColor = R.getRGB(params.stroke);
7424 stroke.on && params.stroke && (stroke.color = strokeColor.hex);
7425 …+a["stroke-opacity"] + 1 || 2) - 1) * ((+a.opacity + 1 || 2) - 1) * ((+strokeColor.o + 1 || 2) - 1…
/plugin/authgoogle/google/contrib/
H A DGoogle_FusiontablesService.php847 public $strokeColor; variable in Google_LineStyle
856 public function setStrokeColor( $strokeColor) { argument
857 $this->strokeColor = $strokeColor;
860 return $this->strokeColor;
949 public $strokeColor; variable in Google_PolygonStyle
976 public function setStrokeColor( $strokeColor) { argument
977 $this->strokeColor = $strokeColor;
980 return $this->strokeColor;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js27927 strokeColor: function(color, opacity) {
28533 this.strokeColor(color);
28537 fillAndStroke: function(fillColor, strokeColor, rule) {
28539 if (strokeColor == null) {
28540 strokeColor = fillColor;
28547 if (isFillRule.test(strokeColor)) {
28548 rule = strokeColor;
28549 strokeColor = fillColor;
28553 this.strokeColor(strokeColor);
31849 this.strokeColor.apply(this, this._fillColor);
H A Dpdfmake.min.js.map1strokeColor","_doOpacity","ca","CA","linearGradient","radialGradient","aliceblue","antiquewhite","…
H A Dpdfmake.min.js13strokeColor:function(t,e){var n;return null==e&&(e=1),n=this._setColor(t,!0),n&&this.strokeOpacity… method in t.exports
15 …eHeight(),r.link),(r.underline||r.strike)&&(this.save(),r.stroke||this.strokeColor.apply(this,this…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/advrack/
H A Draphael.js7429 var strokeColor = R.getRGB(params.stroke);
7430 stroke.on && params.stroke && (stroke.color = strokeColor.hex);
7431 …+a["stroke-opacity"] + 1 || 2) - 1) * ((+a.opacity + 1 || 2) - 1) * ((+strokeColor.o + 1 || 2) - 1…
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/processing/
H A Dscript.js2087 p.stroke(this.strokeColor);
2248 this.strokeColor = PConstants.ALPHA_MASK;
2278 this.strokeColor = PConstants.ALPHA_MASK;
2301 this.strokeColor = arguments[0].strokeColor;
3014 this.strokeColor = parseFloat(opacity) * 255 << 24 | this.strokeColor & 0xFFFFFF;
3018 var opacityMask = this.strokeColor & 0xFF000000;
3023 this.strokeColor = opacityMask | (parseInt( strokeText.substring( 1 ), 16 )) & 0xFFFFFF;
3026 this.strokeColor = opacityMask | this.parseRGB(strokeText);
3039 … this.strokeColor = opacityMask | (parseInt(colors[strokeText].substring(1), 16)) & 0xFFFFFF;
3070 this.strokeColor = this.strokeOpacity * 255 << 24 | this.strokeColor & 0xFFFFFF;
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Dbasic-style.xml.bak8 <add as="strokeColor" value="black"/>
18 <add as="strokeColor" value="black"/>
H A Ddefault-style.xml.bak4 <add as="strokeColor" value="#000000"/>

12345