| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
| D | ColorSpaceRestrictor.php | 51 * @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[] = "Spot color specified '" . $this->mpdf->spotColorIDs[$c[1]] . "' (converted to … [all …]
|
| D | ColorConverter.php | 39 public function convert($color, array &$PDFAXwarnings = []) argument 52 $c = $this->convertPlain($color, $PDFAXwarnings); 183 * @param string[] $PDFAXwarnings 187 private function convertPlain($color, array &$PDFAXwarnings = []) argument 200 $c = $this->restrictColorSpace($c, $color, $PDFAXwarnings); 326 * @param string[] $PDFAXwarnings 330 private function restrictColorSpace($c, $color, &$PDFAXwarnings = []) argument 332 return $this->colorSpaceRestrictor->restrictColorSpace($c, $color, $PDFAXwarnings);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Form.php | 194 $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 …]
|
| D | Gradient.php | 642 $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);
|
| D | CssManager.php | 556 elseif (is_array($this->colorConverter->convert($prop[0], $this->mpdf->PDFAXwarnings))) { 1099 …l'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[2]), $this->mpdf->PDFAXwarnings); 1105 …l'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[3]), $this->mpdf->PDFAXwarnings); 1108 …l'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[4]), $this->mpdf->PDFAXwarnings); 1113 $new['col'] = $this->colorConverter->convert('#888888', $this->mpdf->PDFAXwarnings); 1159 …l'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[2]), $this->mpdf->PDFAXwarnings); 1163 …l'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[3]), $this->mpdf->PDFAXwarnings); 1168 $new['col'] = $this->colorConverter->convert('#888888', $this->mpdf->PDFAXwarnings);
|
| D | Mpdf.php | 273 var $PDFAXwarnings; variable in Mpdf\\Mpdf 1114 $this->PDFAXwarnings = []; 1116 …$this->TextColor = $this->SetTColor($this->colorConverter->convert(0, $this->PDFAXwarnings), true); 1117 …$this->DrawColor = $this->SetDColor($this->colorConverter->convert(0, $this->PDFAXwarnings), true); 1118 …his->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 PDF… 2768 $this->PDFAXwarnings[] = "Cannot use layers when using PDFA or PDFX"; [all …]
|
| D | DirectWrite.php | 505 $fc = $this->colorConverter->convert($fill, $this->mpdf->PDFAXwarnings); 506 $tc = $this->colorConverter->convert($color, $this->mpdf->PDFAXwarnings);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | Annotation.php | 69 $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);
|
| D | TextArea.php | 72 …bjattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings); 86 …ol'] = $this->colorConverter->convert($properties['BORDER-TOP-COLOR'], $this->mpdf->PDFAXwarnings); 89 …ol'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
|
| D | Hr.php | 73 …bjattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings); 75 $objattr['color'] = $this->colorConverter->convert($attr['COLOR'], $this->mpdf->PDFAXwarnings);
|
| D | Input.php | 78 …bjattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings); 89 …ol'] = $this->colorConverter->convert($properties['BORDER-TOP-COLOR'], $this->mpdf->PDFAXwarnings); 92 …ol'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
|
| D | BarCode.php | 170 …bjattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings); 175 …or'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
|
| D | TextCircle.php | 99 …bjattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings); 203 …or'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
|
| D | Td.php | 82 $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);
|
| D | Select.php | 27 …option['COLOR'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
|
| D | Img.php | 251 …or'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings); 443 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
|
| D | InlineTag.php | 36 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | Wmf.php | 125 …' . $obj['r'] . ',' . $obj['g'] . ',' . $obj['b'] . ')', $this->mpdf->PDFAXwarnings), true) . "\n"; 152 …' . $obj['r'] . ',' . $obj['g'] . ',' . $obj['b'] . ')', $this->mpdf->PDFAXwarnings), true) . "\n";
|
| D | ImageProcessor.php | 338 …$this->mpdf->PDFAXwarnings[] = sprintf('JPG image may not use CMYK color space - %s - (Image conve… 373 …$this->mpdf->PDFAXwarnings[] = sprintf('JPG image may not use RGB color space - %s - (Image conver… 550 …$this->mpdf->PDFAXwarnings[] = sprintf('PNG image may not use RGB color space - %s - (Image conver… 571 …$this->mpdf->PDFAXwarnings[] = sprintf('Transparency (alpha channel) not permitted in PDFA or PDFX…
|
| D | Bmp.php | 52 …$this->mpdf->PDFAXwarnings[] = "Image cannot be converted to suitable colour space for PDFA or PDF…
|
| D | Svg.php | 1370 $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);
|