Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1288 + $this->estimateBitsModeAn(1) // + 4 + la
1289 - $this->estimateBitsModeAn($run + 1);// - 4 - la
1312 $dif = $this->estimateBitsModeAn($p) // + 4 + la
1314 - $this->estimateBitsModeAn($q); // - 4 - la
1326 $dif = $this->estimateBitsModeAn($run) + 4 + $la
1383 + $this->estimateBitsModeAn($q - $p) + 4 + $la
1765 protected function estimateBitsModeAn($size) { function in jucksearm\\barcode\\lib\\QRcode
1862 $bits = $this->estimateBitsModeAn($item['size']);
/plugin/qrcode2/
H A Dphpqrcode.php1218 case QR_MODE_AN: $bits = QRinput::estimateBitsModeAn($this->size); break;
1464 public static function estimateBitsModeAn($size) function in QRinput
2052 + QRinput::estimateBitsModeAn(1) // + 4 + la
2053 - QRinput::estimateBitsModeAn($run + 1);// - 4 - la
2081 $dif = QRinput::estimateBitsModeAn($p) // + 4 + la
2083 - QRinput::estimateBitsModeAn($q); // - 4 - la
2098 $dif = QRinput::estimateBitsModeAn($run) + 4 + $la
2163 + QRinput::estimateBitsModeAn($q - $p) + 4 + $la