Searched refs:dataBitLimit (Results 1 – 1 of 1) sorted by relevance
90 private $dataBitLimit = 0; variable in Mpdf\\QrCode\\QrCode395 $this->dataBitLimit = $maxBits[$i];409 $this->dataWordLimit = ($this->dataBitLimit / 8);423 if ($this->bitCount <= $this->dataBitLimit - 4) {425 } elseif ($this->bitCount < $this->dataBitLimit) {426 $this->addData(0, $this->dataBitLimit - $this->bitCount);427 } elseif ($this->bitCount > $this->dataBitLimit) {