Home
last modified time | relevance | path

Searched refs:restrictColorSpace (Results 1 – 8 of 8) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DImageWriter.php59 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace === 3)) {
66 if ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace !== 3) {
72 …} elseif (($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace === 3)) && $…
DPageWriter.php192 if ($this->mpdf->restrictColorSpace === 3) {
194 } elseif ($this->mpdf->restrictColorSpace === 1) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
DColorConverter.php199 if ($this->mpdf->PDFA || $this->mpdf->PDFX || $this->mpdf->restrictColorSpace) {
200 $c = $this->restrictColorSpace($c, $color, $PDFAXwarnings);
330 private function restrictColorSpace($c, $color, &$PDFAXwarnings = []) function in Mpdf\\Color\\ColorConverter
332 return $this->colorSpaceRestrictor->restrictColorSpace($c, $color, $PDFAXwarnings);
DColorSpaceRestrictor.php55 public function restrictColorSpace($c, $color, &$PDFAXwarnings = []) function in Mpdf\\Color\\ColorSpaceRestrictor
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DServiceFactory.php34 $restrictColorSpace, argument
48 $restrictColorSpace
DMpdf.php65 var $restrictColorSpace; variable in Mpdf\\Mpdf
1060 $this->restrictColorSpace,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php330 …] === 'DeviceCMYK' && ($this->mpdf->restrictColorSpace === 2 || ($this->mpdf->PDFA && $this->mpdf-…
369 if ($a[2] === 'DeviceRGB' && ($this->mpdf->PDFX || $this->mpdf->restrictColorSpace === 3)) {
376 …} elseif (($a[2] === 'DeviceRGB' || $a[2] === 'DeviceCMYK') && $this->mpdf->restrictColorSpace ===…
545 …RGB' || $colspace === 'Indexed') && ($this->mpdf->PDFX || $this->mpdf->restrictColorSpace === 3)) {
553 … ($colspace === 'DeviceRGB' || $colspace === 'Indexed') && $this->mpdf->restrictColorSpace === 1) {
563 if ($this->mpdf->restrictColorSpace === 1) { // Grayscale
565 } elseif ($this->mpdf->restrictColorSpace === 3) { // CMYK
DBmp.php50 …if ($this->mpdf->restrictColorSpace == 1 || $this->mpdf->PDFX || $this->mpdf->restrictColorSpace =…