Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/qrcode/src/
DQrCode.php115 private $matrixRemain = 0; variable in Mpdf\\QrCode\\QrCode
492 $this->matrixRemain = $matrixRemainBits[$this->version];
496 $this->byteCount = $this->matrixRemain + 8 * $this->totalWordLimit;
590 for ($k = $this->matrixRemain; $k > 0; $k--) {