Home
last modified time | relevance | path

Searched refs:_scalePx (Results 1 – 4 of 4) sorted by relevance

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php12 private $_scalePx = 1; variable in jucksearm\\barcode\\lib\\DatamatrixFactory
97 return $this->getAttribute('size') * $this->_scalePx;
H A DPDF417Factory.php12 private $_scalePx = 1; variable in jucksearm\\barcode\\lib\\PDF417Factory
97 return $this->getAttribute('size') * $this->_scalePx;
H A DBarcodeFactory.php10 private $_scalePx = 1; variable in jucksearm\\barcode\\lib\\BarcodeFactory
109 return $this->getAttribute('scale') * $this->_scalePx;
H A DQRcodeFactory.php12 private $_scalePx = 1; variable in jucksearm\\barcode\\lib\\QRcodeFactory
136 return $this->getAttribute('size') * $this->_scalePx;