/plugin/statdisplay/pchart/ |
H A D | GridStyle.php | 25 public function __construct($lineWidth, $mosaic = true, Color $color = null, $alpha = 100) { argument 34 $this->lineWidth = $lineWidth; 41 return $this->lineWidth; 56 private $lineWidth; variable in GridStyle
|
H A D | ScaleStyle.php | 10 …public function __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotS… argument 14 $this->lineWidth = $lineWidth; 36 return $this->lineWidth; 49 private $lineWidth; variable in ScaleStyle
|
H A D | ICanvas.php | 15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… argument 21 $lineWidth = 1, argument 25 Color $color, $lineWidth, $lineDotSize, argument 29 Color $color, $lineWidth, $lineDotSize, argument 32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… argument 34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… argument
|
H A D | TestCanvas.php | 22 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… argument 30 $lineWidth = 1, argument 36 Color $color, $lineWidth, $lineDotSize, argument 42 Color $color, $lineWidth, $lineDotSize, argument 47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… argument 51 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… argument
|
H A D | GDCanvas.php | 98 $lineWidth, 112 $lineWidth, 119 $lineWidth, 126 $lineWidth, 133 $lineWidth, 167 $lineWidth, 174 $lineWidth, 181 $lineWidth, 188 $lineWidth, 336 if ($lineWidth == 1) [all …]
|
/plugin/statistics/inc/pchart/ |
H A D | GridStyle.php | 23 public function __construct($lineWidth, $mosaic = true, Color $color = null, $alpha = 100) { argument 32 $this->lineWidth = $lineWidth; 39 return $this->lineWidth; 54 private $lineWidth; variable in GridStyle
|
H A D | ScaleStyle.php | 6 * @todo The color, lineWidth and lineDotSize variables could all 9 public function __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotSize = 0) { argument 13 $this->lineWidth = $lineWidth; 35 return $this->lineWidth; 48 private $lineWidth; variable in ScaleStyle
|
H A D | ICanvas.php | 11 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties); argument 17 $lineWidth = 1, argument 21 Color $color, $lineWidth, $lineDotSize, argument 25 Color $color, $lineWidth, $lineDotSize, argument 28 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument 30 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
|
H A D | TestCanvas.php | 20 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument 28 $lineWidth = 1, argument 34 Color $color, $lineWidth, $lineDotSize, argument 40 Color $color, $lineWidth, $lineDotSize, argument 45 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument 49 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
|
H A D | GDCanvas.php | 16 $alpha = 100, $lineWidth = 1, $lineDotSize = 0) { argument 103 $lineWidth, 110 public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument 119 $lineWidth, 128 $lineWidth, 137 $lineWidth, 146 $lineWidth, 153 public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument 182 $lineWidth, 191 $lineWidth, 220 drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) global() argument 360 drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument 403 drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument [all...] |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Bmp.php | 194 $lineWidth = $width + (3 - ($width - 1) % 4); 203 $padCnt = $lineWidth - strlen($out) % $lineWidth; 204 if ($padCnt < $lineWidth) { 209 $padCnt = $lineWidth - strlen($out) % $lineWidth; 210 if ($padCnt < $lineWidth) { 244 $lineWidth = $w + (3 - ( ($width - 1) / 2) % 4); 253 while (count($pixels) % $lineWidth !== 0) { 258 while (count($pixels) % $lineWidth ! [all...] |
/plugin/captcha/ |
H A D | EasySVG.php | 269 $lineWidth = 0; 281 $width = $lineWidth > $width ? $lineWidth : $width; 283 $lineWidth = 0; 287 $lineWidth += $this->font->glyphs[$letter]->horizAdvX * $fontSize + 292 $width = $lineWidth > $width ? $lineWidth : $width;
|
/plugin/diagramsnet/lib/js/diagramly/util/ |
H A D | mxJsCanvas.js | 246 this.ctx.lineWidth = value; 691 this.ctx.lineWidth = 1; 743 var lineWidth = []; 749 lineWidth[i] = this.ctx.measureText(lines[i]).width; 753 lineX[i] -= lineWidth[i]; 757 lineX[i] += lineWidth[i] / 2; 765 var maxWidth = lineWidth[0]; 770 maxWidth = Math.max(maxWidth, lineWidth[i]); 786 this.ctx.lineWidth = 1;
|
/plugin/sketchcanvas/script/ |
H A D | SketchCanvas.js | 210 //ctx.lineWidth = 1;
234 ctx.lineWidth = i + 1;
239 ctx.lineWidth = 1;
923 ctx.lineWidth = 1;
945 ctx.lineWidth = 1;
1838 ctx.lineWidth = width;
1923 ctx.lineWidth = 1;
2027 ctx.lineWidth = 1;
2040 ctx.lineWidth = 1;
2053 ctx.lineWidth [all...] |
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxRuler.js | 146 ctx.lineWidth = 0.7; 291 ctx.lineWidth = 1; 435 ctx.lineWidth = 0.5;
|
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/ |
H A D | maction.js | 19 ….mbase.prototype.em=i.SVG.em;this.ex=i.SVG.ex;this.linebreakWidth=i.SVG.lineWidth;this.cwidth=i.SV…
|
/plugin/processing/ |
H A D | script.js | 1098 lineWidth = 1, variable 6878 curContext.lineWidth(lineWidth); 7092 curContext.lineWidth(lineWidth); 7352 lineWidth = w; 7358 curContext.lineWidth = w; 7437 if (lineWidth > 1){ 7577 curContext.lineWidth(lineWidth); 8615 curContext.lineWidth(lineWidth); 8745 curContext.lineWidth(lineWidth); 10998 var lineWidth = 0; [all …]
|
/plugin/s5reloaded/ui/thesis/ |
H A D | slides.js | 1698 ctx.lineWidth = lw; ctx.strokeStyle = col; 1879 ctx.lineWidth = 1; 2097 ctx.lineWidth = cr*0.07; 2108 ctx.lineWidth = cr*0.07; 2117 ctx.lineWidth = 1; 2298 ctx.lineWidth = lw/2; 2317 ctx.lineWidth = lw; 2332 ctx.lineWidth = lw/2;
|
/plugin/c3chart/assets/ |
H A D | js-yaml.min.js | 2 …lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.conde…
|
/plugin/achart/assets/ |
H A D | js-yaml.min.js | 2 …lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.conde…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 2296 pdfDoc.lineWidth(vector.lineWidth || 1); 15912 lineWidth: 0, 16814 if (lineWidth) { 16840 lineWidth: lineWidth, 16861 lineWidth: width, 16939 lineWidth: 0, 28406 lineWidth: function(w) { 31852 this.lineWidth(lineWidth); 31856 lineY -= lineWidth; 32060 options.lineWidth = _this.lineWidth; [all …]
|
H A D | pdfmake.min.js | 7 …t+"> Tj"),e.addContent("ET"),e.restore()}function c(t,e){switch(e.lineWidth(t.lineWidth||1),t.dash… 9 …x:0,y:0,w:u,h:u,lineWidth:0,color:i});for(var l=0;s>l;++l)for(var c=0;s>c;++c)a[l][c]&&r.push({typ… 10 …lineWidth:r,lineColor:"function"==typeof this.layout.hLineColor?this.layout.hLineColor(t,this.tabl… 13 …this.addContent("Q")},closePath:function(){return this.addContent("h")},lineWidth:function(t){retu… method in t.exports 15 …lineWidth-=e,c=n),t.circle(t.x-h+d,t.y+d+d/2,d),t.fill()}}(this)),o.on("sectionStart",function(t){… 16 …7,x=1,S=Math.ceil(h/(2*b))+1,k=e+a.x-1;r.rect(e+a.x,n-x,h,n+x).clip(),r.lineWidth(.24),r.moveTo(k,…
|
/plugin/diagramsnet/lib/math/extensions/a11y/ |
H A D | auto-collapse.js | 196 this.linebreakWidth = t.SVG.lineWidth, this.cwidth = t.SVG.cwidth;
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 4 …unction(){var ctx=this.canvas.contextTop;ctx.strokeStyle=this.color;ctx.lineWidth=this.width;ctx.l… 5 …tor.ex-(left>0?0:-left),groupSelector.ey-(top>0?0:-top),aleft,atop);ctx.lineWidth=this.selectionLi… 6 …Alpha*=this.opacity},_setStrokeStyles:function(ctx){if(this.stroke){ctx.lineWidth=this.strokeWidth… 8 …lineWidth=1/this.borderScaleFactor;var wh=this._calculateCurrentDimensions(true),width=wh.x,height… 11 …lineWidth=this._getLineWidth(ctx,lineIndex),totalWidth=this.width;if(totalWidth>=lineWidth){var wo… argument 13 …lineWidth=this._getLineWidth(ctx,i),lineLeftOffset=this._getCachedLineOffset(i);if(this.textBackgr…
|
H A D | fabric.js | 7308 ctx.lineWidth = this.width; 11490 ctx.lineWidth = this.strokeWidth; 13104 ctx.lineWidth = 1; 13648 ctx.lineWidth = this.strokeWidth; 19785 if (totalWidth >= lineWidth) { 19958 lineWidth, 19972 _getLineLeftOffset: function(lineWidth) { argument 19974 return (this.width - lineWidth) / 2; 19977 return this.width - lineWidth; 20043 lineWidth, [all …]
|