Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DPDF417Factory.php234 $bgcol = imagecolorallocate($png, 255, 255, 255);
235 imagecolortransparent($png, $bgcol);
DDatamatrixFactory.php230 $bgcol = imagecolorallocate($png, 255, 255, 255);
231 imagecolortransparent($png, $bgcol);
DBarcodeFactory.php236 $bgcol = imagecolorallocate($png, 255, 255, 255);
264 $bgcol = imagecolorallocate($png, 255, 255, 255);
DQRcodeFactory.php274 $bgcol = imagecolorallocate($png, 255, 255, 255);
275 imagecolortransparent($png, $bgcol);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php7329 $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 …]