| /plugin/diagramsnet/lib/js/diagramly/ |
| D | mxRuler.js | 131 ctx.fillText(text, 0, 0); 136 ctx.fillText(text, x1, y1);
|
| /plugin/diagramsnet/lib/js/diagramly/util/ |
| D | mxJsCanvas.js | 795 this.ctx.fillText(lines[i], lineX[i], y);
|
| /plugin/processing/ |
| D | script.js | 2986 setFill: function (fillText) { argument 2988 if (fillText === "none") { 2990 } else if (fillText.indexOf("#") === 0) { 2992 this.fillColor = opacityMask | (parseInt(fillText.substring(1), 16 )) & 0xFFFFFF; 2993 } else if (fillText.indexOf("rgb") === 0) { 2995 this.fillColor = opacityMask | this.parseRGB(fillText); 2996 } else if (fillText.indexOf("url(#") === 0) { 2997 this.fillName = fillText.substring(5, fillText.length - 1 ); 3007 if (colors[fillText]) { 3009 this.fillColor = opacityMask | (parseInt(colors[fillText].substring(1), 16)) & 0xFFFFFF; [all …]
|
| /plugin/statistics/js/ |
| D | chartjs-plugin-datalabels.js | 7 …),l=x(r.w);o&&t.strokeText(e,n,i,l),r.filled&&(a&&o&&(t.shadowBlur=0),t.fillText(e,n,i,l),a&&o&&(t…
|
| D | chart.js | 13 …fillText(d,i,o,r.maxWidth),Be(t,i,o,d,r),o+=Number(a.lineHeight);t.restore()}function He(t,e){cons…
|
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 144 ctx.fillText(text, mx0 + mw0 / 2 - width / 2, my0 + mh0 / 2); 2256 ctx.fillText(str, obj.points[0].x, obj.points[0].y);
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
| D | holder.min.js | 12 …n[h],j=J.dpr(e.x+g.x+i.x),k=J.dpr(e.y+g.y+i.y+e.properties.leading/2);b.fillText(i.properties.text…
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js | 32 …lStyle="rgb(0,0,0)";var o=$e+1+"/"+Ot.length,a=f.measureText(o).width;f.fillText(o,ee+Le/2-a/2,_+q… 36 …xt;a!=null&&(f.beginPath(),o.width==1?at(14):o.width==2?at(16):at(20),f.fillText(a,o.points[0].x,o…
|
| D | SketchCanvas.js.map | 4 …fillText(text, mx0 + mw0 / 2 - width / 2, my0 + mh0 / 2);\r\n\r\n\t// menu\r\n\tdrawMenu();\r\n\td…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 13876 ctx.fillText('.', 0, 20); 15441 ctx.fillText(character, x, y); 15466 ctx.fillText('I', 0, 10); 15594 ctx.fillText(character, scaledX, scaledY);
|
| D | pdf.js.map | 1 …fillText('.', 0, 20);\n let imageData = ctx.getImageData(0, 0, 1, 1);\n if (imageData.da…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …fillText=function(t,e,r){var n=Array.isArray(r)?function(t){r.push(t)}:function(t){r.text=t},i=f.e… function
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 21041 ctx.fillText(_char, left, top);
|
| D | fabric.min.js | 13 …rHeight=this._getHeightOfChar(ctx,_char,lineIndex,i);if(shouldFill){ctx.fillText(_char,left,top)}i…
|
| /plugin/ol3/ |
| D | script.js | 8 …fillText(this.text_,0,0),o.setTransform(1,0,0,1,0,0)}else this.textStrokeState_&&o.strokeText(this…
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 1979 …fillText(Y[Q],u,h),h+=ce}else ee>0&&t.strokeText(p,u,h),t.fillText(p,u,h);w!==0&&(t.rotate(-w),t.t…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …fillText(this.text_, 0, 0);\n }\n context.restore();\n } else {\n if (th…
|
| /plugin/diagramsnet/lib/js/ |
| D | app.min.js | 12175 u.rotate(-Math.PI/2),u.fillText(g,0,0),u.restore()):u.fillText(g,b,c))},A=function(){u.clearRect(0,…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …let x = 0;\n for (const code of allCharCodes) {\n ctx.fillText(String.fromCharCo…
|