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