Home
last modified time | relevance | path

Searched refs:SetFillColor (Results 1 – 6 of 6) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DMpdf.php29 $mpdf->SetFillColor($background[0], $background[1], $background[2]);
41 $mpdf->SetFillColor($color[0], $color[1], $color[2]);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php368 public function SetFillColor($r, $g = null, $b = null) function
370 parent::SetFillColor($r, $g, $b);
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fpdf.class.php366 $this->pdf->SetFillColor($r*255, $g*255, $b*255);
H A Dpdf.fpdf.php1863 function SetFillColor($r,$g=-1,$b=-1) { function in FPDF
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1874 function SetFillColor($r,$g=-1,$b=-1) { function in FPDF
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php3441 function SetFillColor($r, $g = -1, $b = -1, $col4 = -1, $return = false)
3413 function SetFillColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) global() function in Mpdf\\Mpdf