Searched refs:EndCode (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
| D | Lzw.php | 29 var $EndCode; variable in Mpdf\\Gif\\Lzw 84 $this->EndCode = $this->ClearCode + 1; 144 if ($Code == $this->EndCode) {
|
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.gif.php | 168 public $ClearCode, $EndCode, $Next, $Vals, $Stack, $sp, $Buf, $CurBit, $LastBit, $Done, $LastByte; 221 $this->EndCode = $this->ClearCode + 1; 280 if ($Code == $this->EndCode) {
|