Searched refs:MaxCode (Results 1 – 2 of 2) sorted by relevance
23 var $MaxCode; variable in Mpdf\\Gif\\Lzw85 $this->MaxCode = $this->ClearCode + 2;136 $this->MaxCode = $this->ClearCode + 2;149 if ($Code >= $this->MaxCode) {167 if (($Code = $this->MaxCode) < (1 << $this->MAX_LZW_BITS)) {170 $this->MaxCode++;172 … if (($this->MaxCode >= $this->MaxCodeSize) && ($this->MaxCodeSize < (1 << $this->MAX_LZW_BITS))) {
167 public $Fresh, $CodeSize, $SetCodeSize, $MaxCode, $MaxCodeSize, $FirstCode, $OldCode;222 $this->MaxCode = $this->ClearCode + 2;272 $this->MaxCode = $this->ClearCode + 2;285 if ($Code >= $this->MaxCode) {305 if (($Code = $this->MaxCode) < (1 << $this->MAX_LZW_BITS)) {308 $this->MaxCode++;310 … if (($this->MaxCode >= $this->MaxCodeSize) && ($this->MaxCodeSize < (1 << $this->MAX_LZW_BITS))) {