Searched refs:destOffset (Results 1 – 7 of 7) sorted by relevance
/plugin/processing/ |
D | script.js | 10151 var destOffset = destY1 * screenW + destX1; 10165 destColor = p.color.toInt(destPixels[(destOffset + x) * 4], 10166 destPixels[((destOffset + x) * 4) + 1], 10167 destPixels[((destOffset + x) * 4) + 2], 10168 destPixels[((destOffset + x) * 4) + 3]); 10171 destPixels[(destOffset + x) * 4] = destColor[0]; 10172 destPixels[(destOffset + x) * 4 + 1] = destColor[1]; 10173 destPixels[(destOffset + x) * 4 + 2] = destColor[2]; 10174 destPixels[(destOffset + x) * 4 + 3] = destColor[3]; 10177 destOffset += screenW; [all …]
|
/plugin/pdfjs/pdfjs/build/ |
D | pdf.worker.js | 6570 exports.ArrayBufferCopy = function (dest, destOffset, src, srcOffset, n) { 6571 new Uint8Array(dest).set(new Uint8Array(src, srcOffset, n), destOffset); 27239 value: function getRgbItem(src, srcOffset, dest, destOffset) { 27244 value: function getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { 27612 value: function getRgbItem(src, srcOffset, dest, destOffset) { 27615 this.base.getRgbItem(tmpBuf, 0, dest, destOffset); 27619 value: function getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { 27626 var pos = isPassthrough ? destOffset : 0; 27651 base.getRgbBuffer(baseBuf, 0, count, dest, destOffset, 8, alpha01); 27727 value: function getRgbItem(src, srcOffset, dest, destOffset) { [all …]
|
D | pdf.worker.js.map | 1 …destOffset","decodeMap","DeviceCmykCS","convertToRgb","CalGrayCS","AG","L","CalRGBCS","BRADFORD_SC…
|
D | pdf.js | 5401 exports.ArrayBufferCopy = function (dest, destOffset, src, srcOffset, n) { 5402 new Uint8Array(dest).set(new Uint8Array(src, srcOffset, n), destOffset);
|
D | pdf.js.map | 1 …Copy = function (dest, destOffset, src, srcOffset, n) {\n new Uint8Array(dest).set(new Uint8Array…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | bundle.js.map | 1 …destOffset, scale) {\n const width = 1 /* BASE_CHAR_WIDTH */ * scale;\n const height…
|
/plugin/openlayersmap/ol/ |
D | ol.js.map | 1 …destOffset] Destination offset.\n * @return {Array<number>} Flat coordinates.\n */\nexport functio…
|