Searched refs:getErrorCorrectionLevel (Results 1 – 2 of 2) sorted by relevance
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | PDF417.php | 578 $ecl = $this->getErrorCorrectionLevel($ecl, $numcw); 731 protected function getErrorCorrectionLevel($ecl, $numcw) { function in jucksearm\\barcode\\lib\\PDF417
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 1326 public function getErrorCorrectionLevel() function in QRinput 2876 QRspec::getEccSpec($input->getVersion(), $input->getErrorCorrectionLevel(), $spec); 2976 if($input->getErrorCorrectionLevel() > QR_ECLEVEL_H) { 3024 $masked = $maskObj->mask($width, $frame, $input->getErrorCorrectionLevel()); 3026 …askObj->makeMask($width, $frame, (intval(QR_DEFAULT_MASK) % 8), $input->getErrorCorrectionLevel()); 3029 … $masked = $maskObj->makeMask($width, $frame, $mask, $input->getErrorCorrectionLevel());
|