Searched refs:alphaChannel (Results 1 – 5 of 5) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 65477 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 …]
|
| D | pdfmake.min.js | 16 …alphaChannel&&(t=this.document.ref({Type:"XObject",Subtype:"Image",Height:this.height,Width:this.w…
|
| D | pdfmake.min.js.map | 1 …alphaChannel","Decode","decodePixels","pixels","colorByteSize","pixelCount","short","colorType","c…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 17473 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);
|
| D | pdfmake.min.js | 2 …alphaChannel){var r=this.document.ref({Type:"XObject",Subtype:"Image",Height:this.height,Width:thi…
|