Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DLzw.php29 var $EndCode; variable in Mpdf\\Gif\\Lzw
84 $this->EndCode = $this->ClearCode + 1;
144 if ($Code == $this->EndCode) {
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php168 public $ClearCode, $EndCode, $Next, $Vals, $Stack, $sp, $Buf, $CurBit, $LastBit, $Done, $LastByte;
221 $this->EndCode = $this->ClearCode + 1;
280 if ($Code == $this->EndCode) {