Home
last modified time | relevance | path

Searched refs:pixels (Results 1 – 25 of 61) sorted by path

123

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js17828 pixels = context.getImageData(0, 0, canvasEl.width, canvasEl.height),
17832 src = pixels.data,
17833 sw = pixels.width,
17834 sh = pixels.height,
19222 pixels = img.data, destImage = context.getImageData(0, 0, w2, h2),
19233 a = pixels[origPix + chnl];
19234 b = pixels[origPix + 4 + chnl];
19235 c = pixels[origPix + w4 + chnl];
19236 d = pixels[origPix + w4 + 4 + chnl];
H A Dfabric.min.js9pixels=context.getImageData(0,0,canvasEl.width,canvasEl.height),side=Math.round(Math.sqrt(weights.…
11pixels=img.data,destImage=context.getImageData(0,0,w2,h2),destPixels=destImage.data;for(i=0;i<h2;i…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js65498 return function(pixels) {
65505 len = pixels.length;
65507 imgData[p++] = pixels[i++];
65508 imgData[p++] = pixels[i++];
65509 imgData[p++] = pixels[i++];
65539 return function(pixels) {
65608 return fn(pixels);
65759 pixels[c++] = data[pos++];
65816 return fn(pixels);
65849 input = palette || pixels;
[all …]
H A Dpdfmake.min.js.map1pixels","colorByteSize","pixelCount","short","colorType","compressionMethod","filterMethod","inter…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md86 …tSize) sets incorrect editor dimensions if the border width is represented as a fraction of pixels.
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified70 …cssLengthTooltip: "Enter a number for a value in pixels or a number with a valid CSS unit (px, %, …
634 widthPx: "pixels",
H A Den.js.unc5pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%…
H A Dfr.js.unc80 …"cssLengthTooltip": "Entrer un nombre pour une valeur en pixels ou un nombre avec une unité de mes…
644 "widthPx": "pixels",
H A Dlang_array.txt74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…
638 "widthPx": "pixels",
/plugin/ckgedit/ckeditor/
H A DCHANGES.md506 …tSize) sets incorrect editor dimensions if the border width is represented as a fraction of pixels.
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…
715 "widthPx": "pixels",
H A Den.js-4.9.merged5pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%…
H A Den.js.4.95pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%…
H A Den.js.unc5pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%…
H A Dfr.js.unc80 …"cssLengthTooltip": "Entrer un nombre pour une valeur en pixels ou un nombre avec une unité de mes…
644 "widthPx": "pixels",
H A Dlang_array.txt74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…
638 "widthPx": "pixels",
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…
715 "widthPx": "pixels",
/plugin/codemirror/dist/
H A Dscripts.min.js.map1pixels","movedX","movedY","sample","Selection","equals","here","there","deepCopy","Range","somethi…
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js538 mxRuler.prototype.formatText = function(pixels) argument
543 return Math.round(pixels);
545 return (pixels / mxConstants.PIXELS_PER_MM).toFixed(1);
547 return (pixels / (mxConstants.PIXELS_PER_MM * 1000)).toFixed(4);
549 return (pixels / mxConstants.PIXELS_PER_INCH).toFixed(2);
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js2392 BaseFormatPanel.prototype.inUnit = function(pixels) argument
2394 return this.editorUi.editor.graph.view.formatUnitText(pixels);
H A DGraph.js11601 function formatHintText(pixels, unit) argument
11606 return pixels;
11608 return (pixels / mxConstants.PIXELS_PER_MM).toFixed(1);
11610 return (pixels / (mxConstants.PIXELS_PER_MM * 1000)).toFixed(4);
11612 return (pixels / mxConstants.PIXELS_PER_INCH).toFixed(2);
11617 mxGraphView.prototype.formatUnitText = function(pixels) argument
11619 return pixels? formatHintText(pixels, this.unit) : pixels;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1pixels.\"\n }\n ],\n \"syntax\": \"auto | crisp-edges | pixel…
H A D3.3.js.map1pixels>_x_<height in pixels>_` or `_<width in pixels>_X_<height in pixels>_`. Each of these sizes …
H A Dbundle.js.map1pixels bigger than\n // the targeted element.\n // When the bug is resolved,…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1pixels).\n *\n * If the wrapped text text has greater height, we extend the height, so it's\n * va…

123