Lines Matching refs:cols
583 $cols = round((sqrt(4761 + (68 * $aspectratio * self::ROWHEIGHT * $nce)) - 69) / 34);
585 if ($cols < 1) {
586 $cols = 1;
587 } elseif ($cols > 30) {
588 $cols = 30;
590 $rows = ceil($nce / $cols);
591 $size = ($cols * $rows);
599 $cols = ceil($size / $rows);
600 $size = ($cols * $rows);
605 $cols = 29;
608 $cols = 16;
640 $barcode_array['num_cols'] = (($cols + 2) * 17) + 35 + (2 * self::QUIETH);
666 $L = ((30 * intval($r / 3)) + ($cols - 1));
673 for ($c = 0; $c < $cols; ++$c) {
679 $L = ((30 * intval($r / 3)) + ($cols - 1));