Searched refs:formatInformationX1 (Results 1 – 1 of 1) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/qrcode/src/ |
| D | QrCode.php | 135 private $formatInformationX1 = []; variable in Mpdf\\QrCode\\QrCode 512 $this->formatInformationX1 = [0, 1, 2, 3, 4, 5, 7, 8, 8, 8, 8, 8, 8, 8, 8]; 691 $this->matrix[$this->formatInformationX1[$i]][$this->formatInformationY1[$i]] = $content * 255;
|