Home
last modified time | relevance | path

Searched refs:SetTColor (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php192 $this->mpdf->SetTColor($objattr['color']);
194 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
222 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
250 $this->mpdf->SetTColor($this->colorConverter->convert(127, $this->mpdf->PDFAXwarnings));
253 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
256 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
260 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
287 $this->mpdf->SetTColor($objattr['color']);
289 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
313 $this->mpdf->SetTColor(
[all...]
H A DDirectWrite.php508 $this->mpdf->SetTColor($tc);
H A DMpdf.php1116 $this->defTextColor = $this->TextColor = $this->SetTColor($this->colorConverter->convert(0, $this->PDFAXwarnings), true);
3413 function SetTColor($col, $return = false)
3467 $out = $this->SetTColor($col, $return);
5364 $s .= $this->SetTColor($ts['col'], true) . "\n";
6311 $this->SetTColor($cor);
7509 $this->SetTColor($col);
7572 $this->SetTColor($col);
7586 $this->SetTColor($this->colorConverter->convert(0, $this->PDFAXwarnings));
7606 $this->SetTColor($col);
7618 $this->SetTColor(
3385 function SetTColor($col, $return = false) global() function in Mpdf\\Mpdf
[all...]