Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DPDF417.php72 const ROWHEIGHT = 1; define in jucksearm\\barcode\\lib\\PDF417
583 $cols = round((sqrt(4761 + (68 * $aspectratio * self::ROWHEIGHT * $nce)) - 69) / 34);
639 $barcode_array['num_rows'] = ($rows * self::ROWHEIGHT) + (2 * self::QUIETV);
698 for ($h = 0; $h < self::ROWHEIGHT; ++$h) {