Searched refs:CurBit (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
| D | Lzw.php | 35 var $CurBit; variable in Mpdf\\Gif\\Lzw 190 $this->CurBit = 0; 199 if (($this->CurBit + $this->CodeSize) >= $this->LastBit) { 201 if ($this->CurBit >= $this->LastBit) { 224 $this->CurBit = ($this->CurBit - $this->LastBit) + 16; 229 for ($i = $this->CurBit, $j = 0; $j < $this->CodeSize; $i++, $j++) { 233 $this->CurBit += $this->CodeSize;
|
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.gif.php | 168 public $ClearCode, $EndCode, $Next, $Vals, $Stack, $sp, $Buf, $CurBit, $LastBit, $Done, $LastByte; 331 $this->CurBit = 0; 338 if (($this->CurBit + $this->CodeSize) >= $this->LastBit) { 340 if ($this->CurBit >= $this->LastBit) { 363 $this->CurBit = ($this->CurBit - $this->LastBit) + 16; 368 for ($i = $this->CurBit, $j = 0; $j < $this->CodeSize; $i++, $j++) { 372 $this->CurBit += $this->CodeSize;
|