Searched refs:SetCodeSize (Results 1 – 2 of 2) sorted by relevance
22 var $SetCodeSize; variable in Mpdf\\Gif\\Lzw79 $this->SetCodeSize = ord($data[0]);82 $this->CodeSize = $this->SetCodeSize + 1;83 $this->ClearCode = 1 << $this->SetCodeSize;134 $this->CodeSize = $this->SetCodeSize + 1;
167 public $Fresh, $CodeSize, $SetCodeSize, $MaxCode, $MaxCodeSize, $FirstCode, $OldCode;216 $this->SetCodeSize = ord($data[0]);219 $this->CodeSize = $this->SetCodeSize + 1;220 $this->ClearCode = 1 << $this->SetCodeSize;270 $this->CodeSize = $this->SetCodeSize + 1;