Home
last modified time | relevance | path

Searched refs:fillText (Results 1 – 13 of 13) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js131 ctx.fillText(text, 0, 0);
136 ctx.fillText(text, x1, y1);
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js795 this.ctx.fillText(lines[i], lineX[i], y);
/plugin/processing/
H A Dscript.js2986 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 DSketchCanvas.js140 ctx.fillText(text, mx0 + mw0 / 2 - width / 2, my0 + mh0 / 2);
2252 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 Dholder.min.js12 …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 Dpdf.js13876 ctx.fillText('.', 0, 20);
15441 ctx.fillText(character, x, y);
15466 ctx.fillText('I', 0, 10);
15594 ctx.fillText(character, scaledX, scaledY);
H A Dpdf.js.map1fillText('.', 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 Dfabric.min.js13 …rHeight=this._getHeightOfChar(ctx,_char,lineIndex,i);if(shouldFill){ctx.fillText(_char,left,top)}i…
H A Dfabric.js21041 ctx.fillText(_char, left, top);
/plugin/ol3/
H A Dscript.js8fillText(this.text_,0,0),o.setTransform(1,0,0,1,0,0)}else this.textStrokeState_&&o.strokeText(this…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/diagramsnet/lib/js/
H A Dapp.min.js12175 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 Dbundle.js.map1 …let x = 0;\n for (const code of allCharCodes) {\n ctx.fillText(String.fromCharCo…