Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DLzw.php23 var $MaxCode; variable in Mpdf\\Gif\\Lzw
85 $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))) {
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php167 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))) {