Searched refs:runLength (Results 1 – 4 of 4) sorted by relevance
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A 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[ [all...] |
/plugin/qrcode2/ |
H A D | phpqrcode.php | 2507 public $runLength = array(); variable in QRmask 2667 if($this->runLength[$i] >= 5) { 2677 … if(($this->runLength[$i-3] < 0) || ($this->runLength[$i-3] >= (4 * $fact))) { 2697 $this->runLength[0] = 1; 2714 $this->runLength[0] = -1; 2716 $this->runLength[$head] = 1; 2722 $this->runLength[$head]++; 2732 $this->runLength[0] = 1; 2736 $this->runLength[0] = -1; 2738 $this->runLength[$head] = 1; [all …]
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 19882 …var runLength = huffman ? tableB1.decode(huffmanInput) : decodeInteger(contextCache, 'IAEX', decod… 19884 while (runLength--) {
|
H A D | pdf.worker.js.map | 1 …runLength","stripT","firstS","deltaT","deltaFirstS","currentS","currentT","stripSize","applyRefine…
|