Home
last modified time | relevance | path

Searched refs:alphaChannel (Results 1 – 5 of 5) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js65477 if (this.alphaChannel) {
65488 sMask.end(this.alphaChannel);
65499 var a, alphaChannel, colorByteSize, done, i, imgData, len, p, pixelCount;
65503 alphaChannel = new Buffer(pixelCount);
65510 alphaChannel[a++] = pixels[i++];
65522 return zlib.deflate(alphaChannel, function(err, alphaChannel) { argument
65523 _this.alphaChannel = alphaChannel;
65540 var alphaChannel, i, j, _i, _ref;
65541 alphaChannel = new Buffer(_this.width * _this.height);
65544 alphaChannel[i++] = transparency[pixels[j]];
[all …]
Dpdfmake.min.js16alphaChannel&&(t=this.document.ref({Type:"XObject",Subtype:"Image",Height:this.height,Width:this.w…
Dpdfmake.min.js.map1alphaChannel","Decode","decodePixels","pixels","colorByteSize","pixelCount","short","colorType","c…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js17473 if (this.alphaChannel) {
17484 sMask.end(this.alphaChannel);
17502 var alphaChannel = Buffer.alloc(pixelCount);
17512 alphaChannel[a++] = pixels[i++];
17516 _this.alphaChannel = _zlib.default.deflateSync(alphaChannel);
17526 var alphaChannel = Buffer.alloc(_this2.width * _this2.height);
17529 alphaChannel[i++] = transparency[pixels[j]];
17531 _this2.alphaChannel = _zlib.default.deflateSync(alphaChannel);
Dpdfmake.min.js2alphaChannel){var r=this.document.ref({Type:"XObject",Subtype:"Image",Height:this.height,Width:thi…