Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DEanExt.php18 * @param float $xDim
22 public function __construct($code, $length, $leftMargin, $rightMargin, $xDim, $barHeight, $separatorMargin) argument
28 $this->data['nom-X'] = $xDim; // Nominal value for X-dim in mm (http://www.gs1uk.org)
H A DPostnet.php14 * @param float $xDim
18 public function __construct($code, $xDim, $gapWidth, $planet = false) argument
22 $this->data['nom-X'] = $xDim;
H A DRm4Scc.php10 * @param float $xDim
15 public function __construct($code, $xDim, $gapWidth, $daft, $kix = false) argument
19 $this->data['nom-X'] = $xDim;
H A DEanUpc.php19 * @param float $xDim
22 public function __construct($code, $length, $leftMargin, $rightMargin, $xDim, $barHeight) argument
28 $this->data['nom-X'] = $xDim; // Nominal value for X-dim in mm (http://www.gs1uk.org)
H A DImb.php39 * @param float $xDim
43 public function __construct($code, $xDim, $gapWidth, $daft) argument
51 $this->data['nom-X'] = $xDim;