Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php633 $ecw = $this->getErrorCorrection($codewords, $ecl);
771 protected function getErrorCorrection($cw, $ecl) { function in jucksearm\\barcode\\lib\\PDF417
H A DDatamatrix.php269 $cw = $this->getErrorCorrection($cw, $params[13], $params[14], $params[15]);
372 protected function getErrorCorrection($wd, $nb, $nd, $nc, $gf=256, $pp=301) { function in jucksearm\\barcode\\lib\\Datamatrix