Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php538 $numcw = count($codewords);
539 if ($numcw > 925) {
575 $numcw += count($macrocw);
578 $ecl = $this->getErrorCorrectionLevel($ecl, $numcw);
582 $nce = ($numcw + $errsize + 1);
731 protected function getErrorCorrectionLevel($ecl, $numcw) { argument
745 if ($numcw < 41) {
747 } elseif ($numcw < 161) {
749 } elseif ($numcw < 321) {
751 } elseif ($numcw < 864) {
H A DDatamatrix.php680 protected function getMaxDataCodewords($numcw) { argument
682 if ($matrix[11] >= $numcw) {