Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php448 $bpc = ord(substr($data, 24, 1));
634 $trns = [$this->translateValue(substr($t, 0, 2), $bpc)];
637 $trns[0] = $this->translateValue(substr($t, 0, 2), $bpc);
638 $trns[1] = $this->translateValue(substr($t, 2, 2), $bpc);
639 $trns[2] = $this->translateValue(substr($t, 4, 2), $bpc);
802 …$parms = '/DecodeParms <</Predictor 15 /Colors ' . $channels . ' /BitsPerComponent ' . $bpc . ' /C…
880 …$info = ['w' => $w, 'h' => $h, 'cs' => $colspace, 'bpc' => $bpc, 'f' => 'FlateDecode', 'parms' => …
1112 $bpc = ord(substr($data, 24, 1));
1152 $trns = [$this->translateValue(substr($t, 0, 2), $bpc)];
1155 $trns[0] = $this->translateValue(substr($t, 0, 2), $bpc);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dpdf.fpdf.php2577 $bpc = isset($size_info['bits']) ? $size_info['bits'] : 8;
2590 'bpc' => $bpc,
2615 $bpc = ord(fread($f,1));
2617 if ($bpc>8) {
2645 …$parms='/DecodeParms <</Predictor 15 /Colors '.($ct==2 ? 3 : 1).' /BitsPerComponent '.$bpc.' /Colu…
2690 'bpc' => $bpc,
/plugin/html2pdf/html2pdf/html2ps/fpdf/
Dfpdf.php3057 $bpc=isset($a['bits']) ? $a['bits'] : 8;
3066 … return array('w'=>$a[0],'h'=>$a[1],'cs'=>$colspace,'bpc'=>$bpc,'f'=>'DCTDecode','data'=>$data);
3089 $bpc=ord(fread($f,1));
3091 if ($bpc>8) {
3119 …$parms='/DecodeParms <</Predictor 15 /Colors '.($ct==2 ? 3 : 1).' /BitsPerComponent '.$bpc.' /Colu…
3166 …return array('w'=>$w,'h'=>$h,'cs'=>$colspace,'bpc'=>$bpc,'f'=>'FlateDecode','parms'=>$parms,'pal'=…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js27259 value: function isDefaultDecode(decodeMap, bpc) {
27264 …value: function fillRgb(dest, originalWidth, originalHeight, width, height, actualHeight, bpc, com…
27267 var numComponentColors = 1 << bpc;
27270 if (this.isPassthrough(bpc)) {
27273 …var allColors = bpc <= 8 ? new Uint8Array(numComponentColors) : new Uint16Array(numComponentColors…
27280 this.getRgbBuffer(allColors, 0, numComponentColors, colorMap, 0, bpc, 0);
27306 this.getRgbBuffer(comps, 0, width * actualHeight, dest, 0, bpc, alpha01);
27309 this.getRgbBuffer(comps, 0, count, rgbBuf, 0, bpc, 0);
27681 value: function isDefaultDecode(decodeMap, bpc) {
27753 value: function isDefaultDecode(decodeMap, bpc) {
[all …]
Dpdf.worker.js.map1bpc","colorMap","destPos","comps","rgbPos","resizeRgbImage","IR","whitePoint","blackPoint","matrix…