Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DColorWriter.php31 foreach ($this->mpdf->spotColors as $name => $color) {
42 $this->mpdf->spotColors[$name]['n'] = $this->mpdf->n;
H A DResourceWriter.php146 if (count($this->mpdf->spotColors)) {
148 foreach ($this->mpdf->spotColors as $color) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorSpaceRestrictor.php97 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]];
101 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]];
H A DColorConverter.php265 if (!isset($this->mpdf->spotColors[$name])) {
273 return [static::MODE_SPOT, $this->mpdf->spotColors[$name]['i'], $cores[1]];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php258 var $spotColors;
3349 if (!isset($this->spotColors[$name])) {
3350 $i = count($this->spotColors) + 1;
3351 $this->spotColors[$name] = ['i' => $i, 'c' => $c, 'm' => $m, 'y' => $y, 'k' => $k];
267 var $spotColors; global() variable in Mpdf\\Mpdf