Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php26 var $OldCode; variable in Mpdf\\Gif\\Lzw
111 $this->OldCode = $this->FirstCode;
139 $this->OldCode = $this->FirstCode;
151 $Code = $this->OldCode;
168 $this->Next[$Code] = $this->OldCode;
178 $this->OldCode = $InCode;
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php167 public $Fresh, $CodeSize, $SetCodeSize, $MaxCode, $MaxCodeSize, $FirstCode, $OldCode; variable in CGIFLZW
246 $this->OldCode = $this->FirstCode;
275 $this->OldCode = $this->FirstCode;
288 $Code = $this->OldCode;
306 $this->Next[$Code] = $this->OldCode;
316 $this->OldCode = $InCode;