Home
last modified time | relevance | path

Searched refs:rsEccLength (Results 1 – 2 of 2) sorted by relevance

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php688 $this->eccLength = $this->rsEccLength($spec);
2643 protected function rsEccLength($spec) { function in jucksearm\\barcode\\lib\\QRcode
/plugin/qrcode2/
H A Dphpqrcode.php902 public static function rsEccLength($spec) { return ($spec[0] + $spec[3]) * $spec[2]; } function in QRspec
2881 $this->eccLength = QRspec::rsEccLength($spec);