Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php249 $this->mpdf->SetFColor($this->colorConverter->convert(225, $this->mpdf->PDFAXwarnings));
252 $this->mpdf->SetFColor($this->colorConverter->convert(225, $this->mpdf->PDFAXwarnings));
255 $this->mpdf->SetFColor($this->colorConverter->convert(250, $this->mpdf->PDFAXwarnings));
259 $this->mpdf->SetFColor($this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings));
321 $this->mpdf->SetFColor($this->colorConverter->convert(225, $this->mpdf->PDFAXwarnings));
324 $this->mpdf->SetFColor($this->colorConverter->convert(225, $this->mpdf->PDFAXwarnings));
327 $this->mpdf->SetFColor($this->colorConverter->convert(250, $this->mpdf->PDFAXwarnings));
342 $this->mpdf->SetFColor($this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings));
405 $this->mpdf->SetFColor($this->colorConverter->convert(225, $this->mpdf->PDFAXwarnings));
408 $this->mpdf->SetFColor(
[all...]
H A DMpdf.php1118 $this->defFillColor = $this->FillColor = $this->SetFColor($this->colorConverter->convert(255, $this->PDFAXwarnings), true);
1495 $this->SetFColor($this->colorConverter->convert(255, $this->PDFAXwarnings));
2259 $s .= 'q ' . $this->SetFColor($this->bodyBackgroundColor, true) . "\n";
2347 $s .= 'q ' . $this->SetFColor($pb['col'], true) . "\n";
2586 $s .= 'q ' . $this->SetFColor($pb['col'], true) . "\n";
3396 function SetFColor($col, $return = false)
3452 $out = $this->SetFColor($col, $return);
6316 $this->SetFColor($cor);
6461 $this->SetFColor($this->colorConverter->convert(255, $this->PDFAXwarnings));
6940 $this->SetFColor(
3368 function SetFColor($col, $return = false) global() function in Mpdf\\Mpdf
[all...]
H A DDirectWrite.php507 $this->mpdf->SetFColor($fc);
/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";
H A DSvg.php1378 $path_style .= $this->mpdf->SetFColor($col, true) . ' ';
1390 $path_style .= $this->mpdf->SetFColor($col, true) . ' ';
2448 $fillstr = $this->mpdf->SetFColor($col, true);
2625 $fillstr = $this->mpdf->SetFColor($col, true);