Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DLzw.php36 var $LastBit; variable in Mpdf\\Gif\\Lzw
191 $this->LastBit = 0;
199 if (($this->CurBit + $this->CodeSize) >= $this->LastBit) {
201 if ($this->CurBit >= $this->LastBit) {
224 $this->CurBit = ($this->CurBit - $this->LastBit) + 16;
225 $this->LastBit = (2 + $Count) << 3;
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php168 public $ClearCode, $EndCode, $Next, $Vals, $Stack, $sp, $Buf, $CurBit, $LastBit, $Done, $LastByte;
332 $this->LastBit = 0;
338 if (($this->CurBit + $this->CodeSize) >= $this->LastBit) {
340 if ($this->CurBit >= $this->LastBit) {
363 $this->CurBit = ($this->CurBit - $this->LastBit) + 16;
364 $this->LastBit = (2 + $Count) << 3;