Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php10 private $_borderPx = 1; variable in jucksearm\\barcode\\lib\\DatamatrixFactory
157 $scale['frame'] = $this->size - ($this->_borderPx * 2);
185 …$datamatrixData = '<div style="position:absolute; border: solid '.$this->_borderPx.'px '.$this->he…
221 $this->_borderPx = 0;
H A DPDF417Factory.php10 private $_borderPx = 1; variable in jucksearm\\barcode\\lib\\PDF417Factory
160 $scale['frameX'] = $this->size - ($this->_borderPx * 2);
189 …$pdf417Data = '<div style="position:absolute; border: solid '.$this->_borderPx.'px '.$this->hexCol…
225 $this->_borderPx = 0;
H A DQRcodeFactory.php10 private $_borderPx = 1; variable in jucksearm\\barcode\\lib\\QRcodeFactory
196 $scale['frame'] = $this->size - ($this->_borderPx * 2);
224 …$qrcodeData = '<div style="position:absolute; border: solid '.$this->_borderPx.'px '.$this->hexCol…
265 $this->_borderPx = 0;