Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/qrcode/src/
DQrCode.php140 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;