Searched refs:xDim (Results 1 – 5 of 5) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
| D | EanExt.php | 18 * @param float $xDim 22 …public function __construct($code, $length, $leftMargin, $rightMargin, $xDim, $barHeight, $separat… argument 28 $this->data['nom-X'] = $xDim; // Nominal value for X-dim in mm (http://www.gs1uk.org)
|
| D | Postnet.php | 14 * @param float $xDim 18 public function __construct($code, $xDim, $gapWidth, $planet = false) argument 22 $this->data['nom-X'] = $xDim;
|
| D | Rm4Scc.php | 10 * @param float $xDim 15 public function __construct($code, $xDim, $gapWidth, $daft, $kix = false) argument 19 $this->data['nom-X'] = $xDim;
|
| D | EanUpc.php | 19 * @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)
|
| D | Imb.php | 39 * @param float $xDim 43 public function __construct($code, $xDim, $gapWidth, $daft) argument 51 $this->data['nom-X'] = $xDim;
|