Searched refs:rsEccLength (Results 1 – 2 of 2) sorted by relevance
688 $this->eccLength = $this->rsEccLength($spec);2643 protected function rsEccLength($spec) { function in jucksearm\\barcode\\lib\\QRcode
902 public static function rsEccLength($spec) { return ($spec[0] + $spec[3]) * $spec[2]; } function in QRspec2881 $this->eccLength = QRspec::rsEccLength($spec);