Searched refs:FirstCode (Results 1 – 2 of 2) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
D | Lzw.php | 25 var $FirstCode; variable in Mpdf\\Gif\\Lzw 110 $this->FirstCode = $this->GetCode($data, $dp); 111 $this->OldCode = $this->FirstCode; 112 } while ($this->FirstCode == $this->ClearCode); 114 return $this->FirstCode; 138 $this->FirstCode = $this->GetCode($data, $dp); 139 $this->OldCode = $this->FirstCode; 141 return $this->FirstCode; 150 $this->Stack[$this->sp++] = $this->FirstCode; 164 $this->FirstCode = $this->Vals[$Code]; [all …]
|
/plugin/photogallery/phpThumb/ |
D | phpthumb.gif.php | 167 public $Fresh, $CodeSize, $SetCodeSize, $MaxCode, $MaxCodeSize, $FirstCode, $OldCode; 245 $this->FirstCode = $this->GetCode($data, $bInit); 246 $this->OldCode = $this->FirstCode; 248 while ($this->FirstCode == $this->ClearCode); 250 return $this->FirstCode; 274 $this->FirstCode = $this->GetCode($data, $bInit); 275 $this->OldCode = $this->FirstCode; 277 return $this->FirstCode; 286 $this->Stack[$this->sp] = $this->FirstCode; 301 $this->FirstCode = $this->Vals[$Code]; [all …]
|