Home
last modified time | relevance | path

Searched refs:PDFAXwarnings (Results 1 – 21 of 21) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorSpaceRestrictor.php51 * @param string[] $PDFAXwarnings
55 public function restrictColorSpace($c, $color, &$PDFAXwarnings = []) argument
66 return $this->restrictSpotColorSpace($c, $PDFAXwarnings);
68 return $this->restrictRgbColorSpace($c, $color, $PDFAXwarnings);
70 return $this->restrictCmykColorSpace($c, $color, $PDFAXwarnings);
72 return $this->restrictRgbaColorSpace($c, $color, $PDFAXwarnings);
74 return $this->restrictCmykaColorSpace($c, $color, $PDFAXwarnings);
82 * @param string[] $PDFAXwarnings
86 private function restrictSpotColorSpace($c, &$PDFAXwarnings = []) argument
94 $PDFAXwarnings[]
115 restrictRgbColorSpace($c, $color, & $PDFAXwarnings = []) global() argument
138 restrictCmykColorSpace($c, $color, & $PDFAXwarnings = []) global() argument
161 restrictRgbaColorSpace($c, $color, & $PDFAXwarnings = []) global() argument
191 restrictCmykaColorSpace($c, $color, & $PDFAXwarnings = []) global() argument
[all...]
H A DColorConverter.php39 public function convert($color, array &$PDFAXwarnings = []) argument
52 $c = $this->convertPlain($color, $PDFAXwarnings);
183 * @param string[] $PDFAXwarnings
187 private function convertPlain($color, array &$PDFAXwarnings = [])
200 $c = $this->restrictColorSpace($c, $color, $PDFAXwarnings);
326 * @param string[] $PDFAXwarnings
330 private function restrictColorSpace($c, $color, &$PDFAXwarnings = [])
332 return $this->colorSpaceRestrictor->restrictColorSpace($c, $color, $PDFAXwarnings);
171 convertPlain($color, array& $PDFAXwarnings = []) global() argument
314 restrictColorSpace($c, $color, & $PDFAXwarnings = []) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DAnnotation.php69 $cor = $this->colorConverter->convert($attr['COLOR'], $this->mpdf->PDFAXwarnings);
73 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
76 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
H A DTextArea.php72 $objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
86 $objattr['border-col'] = $this->colorConverter->convert($properties['BORDER-TOP-COLOR'], $this->mpdf->PDFAXwarnings);
89 $objattr['background-col'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
H A DHr.php73 $objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
75 $objattr['color'] = $this->colorConverter->convert($attr['COLOR'], $this->mpdf->PDFAXwarnings);
H A DInput.php78 $objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
89 $objattr['border-col'] = $this->colorConverter->convert($properties['BORDER-TOP-COLOR'], $this->mpdf->PDFAXwarnings);
92 $objattr['background-col'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
H A DBarCode.php170 $objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
175 $objattr['bgcolor'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
H A DTextCircle.php99 $objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
203 $objattr['bgcolor'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
H A DTd.php82 $c['border_details']['R']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
83 $c['border_details']['L']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
84 $c['border_details']['T']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
85 $c['border_details']['B']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
H A DSelect.php27 $this->mpdf->selectoption['COLOR'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
H A DImg.php251 $objattr['bgcolor'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
443 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
H A DInlineTag.php36 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php194 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
222 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
249 $this->mpdf->SetFColor($this->colorConverter->convert(225, $this->mpdf->PDFAXwarnings));
250 $this->mpdf->SetTColor($this->colorConverter->convert(127, $this->mpdf->PDFAXwarnings));
252 $this->mpdf->SetFColor($this->colorConverter->convert(225, $this->mpdf->PDFAXwarnings));
253 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
255 $this->mpdf->SetFColor($this->colorConverter->convert(250, $this->mpdf->PDFAXwarnings));
256 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
259 $this->mpdf->SetFColor($this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings));
260 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
[all...]
H A DGradient.php642 $check = $this->colorConverter->convert($first[0], $this->mpdf->PDFAXwarnings);
728 $col = $this->colorConverter->convert($el[0], $this->mpdf->PDFAXwarnings);
730 $col = $this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings);
768 $checkCol = $this->colorConverter->convert($first[0], $this->mpdf->PDFAXwarnings);
872 $col = $this->colorConverter->convert($el[0], $this->mpdf->PDFAXwarnings);
874 $col = $this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings);
969 $cor = $this->colorConverter->convert($bgr[1], $this->mpdf->PDFAXwarnings);
978 $g['col'] = $this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings);
980 $cor = $this->colorConverter->convert($bgr[2], $this->mpdf->PDFAXwarnings);
984 $g['col2'] = $this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings);
[all...]
H A DCssManager.php556 elseif (is_array($this->colorConverter->convert($prop[0], $this->mpdf->PDFAXwarnings))) {
1099 $new['col'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[2]), $this->mpdf->PDFAXwarnings);
1105 $new['col'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[3]), $this->mpdf->PDFAXwarnings);
1108 $new['col'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[4]), $this->mpdf->PDFAXwarnings);
1113 $new['col'] = $this->colorConverter->convert('#888888', $this->mpdf->PDFAXwarnings);
1159 $new['col'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[2]), $this->mpdf->PDFAXwarnings);
1163 $new['col'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[3]), $this->mpdf->PDFAXwarnings);
1168 $new['col'] = $this->colorConverter->convert('#888888', $this->mpdf->PDFAXwarnings);
H A DMpdf.php273 var $PDFAXwarnings;
1114 $this->PDFAXwarnings = [];
1116 $this->defTextColor = $this->TextColor = $this->SetTColor($this->colorConverter->convert(0, $this->PDFAXwarnings), true);
1117 $this->defDrawColor = $this->DrawColor = $this->SetDColor($this->colorConverter->convert(0, $this->PDFAXwarnings), true);
1118 $this->defFillColor = $this->FillColor = $this->SetFColor($this->colorConverter->convert(255, $this->PDFAXwarnings), true);
1163 $this->PDFAXwarnings = [];
1495 $this->SetFColor($this->colorConverter->convert(255, $this->PDFAXwarnings));
1898 $this->PDFAXwarnings[] = "Image opacity must be 100% (Opacity changed to 100%)";
1943 $this->PDFAXwarnings[] = "Cannot set visibility to anything other than full when using PDFA or PDFX";
2768 $this->PDFAXwarnings[]
282 var $PDFAXwarnings; global() variable in Mpdf\\Mpdf
[all...]
H A DDirectWrite.php505 $fc = $this->colorConverter->convert($fill, $this->mpdf->PDFAXwarnings);
506 $tc = $this->colorConverter->convert($color, $this->mpdf->PDFAXwarnings);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php125 $wmfdata .= $this->mpdf->SetFColor($this->colorConverter->convert('rgb(' . $obj['r'] . ',' . $obj['g'] . ',' . $obj['b'] . ')', $this->mpdf->PDFAXwarnings), true) . "\n";
152 $wmfdata .= $this->mpdf->SetDColor($this->colorConverter->convert('rgb(' . $obj['r'] . ',' . $obj['g'] . ',' . $obj['b'] . ')', $this->mpdf->PDFAXwarnings), true) . "\n";
H A DImageProcessor.php338 $this->mpdf->PDFAXwarnings[] = sprintf('JPG image may not use CMYK color space - %s - (Image converted to RGB. NB This will alter the colour profile of the image.)', $file);
373 $this->mpdf->PDFAXwarnings[] = sprintf('JPG image may not use RGB color space - %s - (Image converted to CMYK. NB This will alter the colour profile of the image.)', $file);
550 $this->mpdf->PDFAXwarnings[] = sprintf('PNG image may not use RGB color space - %s - (Image converted to CMYK. NB This will alter the colour profile of the image.)', $file);
571 $this->mpdf->PDFAXwarnings[] = sprintf('Transparency (alpha channel) not permitted in PDFA or PDFX files - %s - (Image converted to one without transparency.)', $file);
H A DBmp.php52 $this->mpdf->PDFAXwarnings[] = "Image cannot be converted to suitable colour space for PDFA or PDFX file - $file - (Image replaced by 'no-image'.)";
H A DSvg.php1370 $col = $this->colorConverter->convert($critere_style['color'], $this->mpdf->PDFAXwarnings);
1382 $col = $this->colorConverter->convert($critere_style['fill'], $this->mpdf->PDFAXwarnings);
1411 $col = $this->colorConverter->convert($critere_style['color'], $this->mpdf->PDFAXwarnings);
1425 $col = $this->colorConverter->convert($critere_style['stroke'], $this->mpdf->PDFAXwarnings);
2447 $col = $this->colorConverter->convert($current_style['fill'], $this->mpdf->PDFAXwarnings);
2455 $scol = $this->colorConverter->convert($current_style['stroke'], $this->mpdf->PDFAXwarnings);
2624 $col = $this->colorConverter->convert($current_style['fill'], $this->mpdf->PDFAXwarnings);
2632 $scol = $this->colorConverter->convert($current_style['stroke'], $this->mpdf->PDFAXwarnings);
3579 $col = $this->colorConverter->convert($color, $this->mpdf->PDFAXwarnings);
3581 $col = $this->colorConverter->convert('#000000', $this->mpdf->PDFAXwarnings);
[all...]