Searched refs:runLength (Results 1 – 4 of 4) sorted by relevance
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
| D | QRcode.php | 387 protected $runLength = array(); variable in jucksearm\\barcode\\lib\\QRcode 719 $this->runLength = array_fill(0, self::QRSPEC_WIDTH_MAX + 1, 0); 1088 if ($this->runLength[$i] >= 5) { 1089 $demerit += (self::N1 + ($this->runLength[$i] - 5)); 1092 if (($i >= 3) AND ($i < ($length-2)) AND ($this->runLength[$i] % 3 == 0)) { 1093 $fact = (int)($this->runLength[$i] / 3); 1094 if (($this->runLength[$i-2] == $fact) 1095 AND ($this->runLength[$i-1] == $fact) 1096 AND ($this->runLength[$i+1] == $fact) 1097 AND ($this->runLength[$i+2] == $fact)) { [all …]
|
| /plugin/qrcode2/ |
| D | phpqrcode.php | 2507 public $runLength = array(); variable in QRmask 2512 $this->runLength = array_fill(0, QRSPEC_WIDTH_MAX + 1, 0); 2667 if($this->runLength[$i] >= 5) { 2668 $demerit += (N1 + ($this->runLength[$i] - 5)); 2671 if(($i >= 3) && ($i < ($length-2)) && ($this->runLength[$i] % 3 == 0)) { 2672 $fact = (int)($this->runLength[$i] / 3); 2673 if(($this->runLength[$i-2] == $fact) && 2674 ($this->runLength[$i-1] == $fact) && 2675 ($this->runLength[$i+1] == $fact) && 2676 ($this->runLength[$i+2] == $fact)) { [all …]
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 19882 …var runLength = huffman ? tableB1.decode(huffmanInput) : decodeInteger(contextCache, 'IAEX', decod… 19884 while (runLength--) {
|
| D | pdf.worker.js.map | 1 …runLength","stripT","firstS","deltaT","deltaFirstS","currentS","currentT","stripSize","applyRefine…
|