Searched refs:fillText (Results 1 – 13 of 13) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxRuler.js | 131 ctx.fillText(text, 0, 0); 136 ctx.fillText(text, x1, y1);
|
/plugin/diagramsnet/lib/js/diagramly/util/ |
H A D | mxJsCanvas.js | 795 this.ctx.fillText(lines[i], lineX[i], y);
|
/plugin/processing/ |
H A 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/sketchcanvas/script/ |
H A 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/ |
H A 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/pdfjs/pdfjs/build/ |
H A 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);
|
H A D | pdf.js.map | 1 …fillText('.', 0, 20);\n let imageData = ctx.getImageData(0, 0, 1, 1);\n if (imageData.da…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 13 …rHeight=this._getHeightOfChar(ctx,_char,lineIndex,i);if(shouldFill){ctx.fillText(_char,left,top)}i…
|
H A D | fabric.js | 21041 ctx.fillText(_char, left, top);
|
/plugin/ol3/ |
H A D | script.js | 8 …fillText(this.text_,0,0),o.setTransform(1,0,0,1,0,0)}else this.textStrokeState_&&o.strokeText(this…
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|
/plugin/diagramsnet/lib/js/ |
H A 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/ |
H A D | bundle.js.map | 1 …let x = 0;\n for (const code of allCharCodes) {\n ctx.fillText(String.fromCharCo…
|