Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DPostnet.php15 * @param float $gapWidth
18 public function __construct($code, $xDim, $gapWidth, $planet = false) argument
20 $this->init($code, $gapWidth, $planet);
31 * @param float $gapWidth
34 private function init($code, $gapWidth, $planet) argument
89 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 5, 'p' => 0];
90 $bararray['maxw'] += (1 + $gapWidth);
103 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 2, 'p' => 0];
104 $bararray['maxw'] += (1 + $gapWidth);
H A DRm4Scc.php11 * @param float $gapWidth
15 public function __construct($code, $xDim, $gapWidth, $daft, $kix = false) argument
17 $this->init($code, $gapWidth, $daft, $kix);
28 * @param float $gapWidth
32 private function init($code, $gapWidth, $daft, $kix) argument
144 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => $daft['A'], 'p' => 0];
145 $bararray['maxw'] += (1 + $gapWidth);
176 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 2, 'p' => 0];
177 $bararray['maxw'] += (1 + $gapWidth);
H A DImb.php40 * @param float $gapWidth
43 public function __construct($code, $xDim, $gapWidth, $daft) argument
49 $this->init($code, $gapWidth, $daft);
63 * @param float $gapWidth
66 private function init($code, $gapWidth, $daft) argument
204 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 1, 'p' => 0];
205 $bararray['maxw'] += (1 + $gapWidth);
209 $bararray['maxw'] -= $gapWidth;