Searched refs:SetDrawColor (Results 1 – 6 of 6) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/ |
H A D | Mpdf.php | 28 $mpdf->SetDrawColor($color[0], $color[1], $color[2]);
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdfTplTrait.php | 357 public function SetDrawColor($r, $g = null, $b = null) function 359 parent::SetDrawColor($r, $g, $b);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.fpdf.class.php | 365 $this->pdf->SetDrawColor($r*255, $g*255, $b*255);
|
H A D | pdf.fpdf.php | 1849 function SetDrawColor($r,$g=-1,$b=-1) { function in FPDF
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 1860 function SetDrawColor($r,$g=-1,$b=-1) { function in FPDF
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Mpdf.php | 3426 function SetDrawColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) 3398 function SetDrawColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) global() function in Mpdf\\Mpdf
|