Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DLzw.php22 var $SetCodeSize; variable in Mpdf\\Gif\\Lzw
79 $this->SetCodeSize = ord($data[0]);
82 $this->CodeSize = $this->SetCodeSize + 1;
83 $this->ClearCode = 1 << $this->SetCodeSize;
134 $this->CodeSize = $this->SetCodeSize + 1;
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php167 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;