Searched refs:LastByte (Results 1 – 2 of 2) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
H A D | Lzw.php | 38 var $LastByte; variable in Mpdf\\Gif\\Lzw 193 $this->LastByte = 2; 208 $this->Buf[0] = $this->Buf[$this->LastByte - 2]; 209 $this->Buf[1] = $this->Buf[$this->LastByte - 1]; 223 $this->LastByte = 2 + $Count;
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.gif.php | 168 public $ClearCode, $EndCode, $Next, $Vals, $Stack, $sp, $Buf, $CurBit, $LastBit, $Done, $LastByte; variable in CGIFLZW 334 $this->LastByte = 2; 347 $this->Buf[0] = $this->Buf[$this->LastByte - 2]; 348 $this->Buf[1] = $this->Buf[$this->LastByte - 1]; 362 $this->LastByte = 2 + $Count;
|