Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DLzw.php35 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/
Dphpthumb.gif.php168 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;