Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DLzw.php21 var $CodeSize; variable in Mpdf\\Gif\\Lzw
82 $this->CodeSize = $this->SetCodeSize + 1;
134 $this->CodeSize = $this->SetCodeSize + 1;
174 $this->CodeSize++;
199 if (($this->CurBit + $this->CodeSize) >= $this->LastBit) {
229 for ($i = $this->CurBit, $j = 0; $j < $this->CodeSize; $i++, $j++) {
233 $this->CurBit += $this->CodeSize;
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php167 public $Fresh, $CodeSize, $SetCodeSize, $MaxCode, $MaxCodeSize, $FirstCode, $OldCode;
219 $this->CodeSize = $this->SetCodeSize + 1;
270 $this->CodeSize = $this->SetCodeSize + 1;
312 $this->CodeSize++;
338 if (($this->CurBit + $this->CodeSize) >= $this->LastBit) {
368 for ($i = $this->CurBit, $j = 0; $j < $this->CodeSize; $i++, $j++) {
372 $this->CurBit += $this->CodeSize;