Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php449 protected function get255StateCodeword($cwpad, $cwpos) { function in jucksearm\\barcode\\lib\\Datamatrix
938 $cw[] = $this->get255StateCodeword($field_length, ($cw_num + 1));
941 $cw[] = $this->get255StateCodeword((floor($field_length / 250) + 249), ($cw_num + 1));
942 $cw[] = $this->get255StateCodeword(($field_length % 250), ($cw_num + 2));
948 $cw[] = $this->get255StateCodeword($cht, ($cw_num + $p + 1));