Searched refs:SetDColor (Results 1 – 4 of 4) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | Wmf.php | 152 …$wmfdata .= $this->mpdf->SetDColor($this->colorConverter->convert('rgb(' . $obj['r'] . ',' . $obj[…
|
| D | Svg.php | 1419 $path_style .= $this->mpdf->SetDColor($col, true) . ' '; 1435 $path_style .= $this->mpdf->SetDColor($col, true) . ' '; 2457 $strokestr .= $this->mpdf->SetDColor($scol, true) . ' '; 2635 $strokestr .= $this->mpdf->SetDColor($scol, true) . ' ';
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Form.php | 572 $this->mpdf->SetDColor($this->colorConverter->convert(127, $this->mpdf->PDFAXwarnings)); 575 $this->mpdf->SetDColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings)); 587 $this->mpdf->SetDColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings)); 625 $this->mpdf->SetDColor($this->colorConverter->convert(127, $this->mpdf->PDFAXwarnings)); 628 $this->mpdf->SetDColor($color); 635 $this->mpdf->SetDColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
|
| D | Mpdf.php | 1117 …$this->defDrawColor = $this->DrawColor = $this->SetDColor($this->colorConverter->convert(0, $this-… 3380 function SetDColor($col, $return = false) function in Mpdf\\Mpdf 3437 $out = $this->SetDColor($col, $return); 4954 $c = $this->SetDColor($this->spanborddet['T']['c'], true); 4993 $c = $this->SetDColor($this->spanborddet['B']['c'], true); 5032 $c = $this->SetDColor($this->spanborddet['L']['c'], true); 5071 $c = $this->SetDColor($this->spanborddet['R']['c'], true); 7173 $this->SetDColor($objattr['color']); 7190 $this->SetDColor($this->colorConverter->convert(0, $this->PDFAXwarnings)); 8822 $this->SetDColor($params['outline-COLOR']); [all …]
|