Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/qrcode/src/
DQrCode.php100 private $totalWordLimit = 0; variable in Mpdf\\QrCode\\QrCode
417 $this->totalWordLimit = $maxWordCountArray[$this->version];
496 $this->byteCount = $this->matrixRemain + 8 * $this->totalWordLimit;
581 for ($i = 0; $i < $this->totalWordLimit; $i++) {
591 $bitPos = $k + ($this->totalWordLimit << 3);