Searched refs:bgcol (Results 1 – 5 of 5) sorted by relevance
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
| D | PDF417Factory.php | 234 $bgcol = imagecolorallocate($png, 255, 255, 255); 235 imagecolortransparent($png, $bgcol);
|
| D | DatamatrixFactory.php | 230 $bgcol = imagecolorallocate($png, 255, 255, 255); 231 imagecolortransparent($png, $bgcol);
|
| D | BarcodeFactory.php | 236 $bgcol = imagecolorallocate($png, 255, 255, 255); 264 $bgcol = imagecolorallocate($png, 255, 255, 255);
|
| D | QRcodeFactory.php | 274 $bgcol = imagecolorallocate($png, 255, 255, 255); 275 imagecolortransparent($png, $bgcol);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 7329 $bgcol = $objattr['bgcolor']; 7330 $this->SetFColor($bgcol); 7392 $bgcol = $this->colorConverter->convert(255, $this->PDFAXwarnings); 7395 $bgcol = $objattr['bgcolor']; 7404 $this->SetFColor($bgcol); 7427 $bgcol, 7488 $bgcol, 7501 $bgcol = ''; 7503 $bgcol = $objattr['bgcolor']; 7510 $this->SetFColor($bgcol); [all …]
|