Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DLzw.php24 var $MaxCodeSize; variable in Mpdf\\Gif\\Lzw
86 $this->MaxCodeSize = $this->ClearCode << 1;
135 $this->MaxCodeSize = $this->ClearCode << 1;
172 … if (($this->MaxCode >= $this->MaxCodeSize) && ($this->MaxCodeSize < (1 << $this->MAX_LZW_BITS))) {
173 $this->MaxCodeSize *= 2;
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php167 public $Fresh, $CodeSize, $SetCodeSize, $MaxCode, $MaxCodeSize, $FirstCode, $OldCode;
223 $this->MaxCodeSize = $this->ClearCode << 1;
271 $this->MaxCodeSize = $this->ClearCode << 1;
310 … if (($this->MaxCode >= $this->MaxCodeSize) && ($this->MaxCodeSize < (1 << $this->MAX_LZW_BITS))) {
311 $this->MaxCodeSize *= 2;