Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php110 $this->FirstCode = $this->GetCode($data, $dp);
122 while (($Code = $this->GetCode($data, $dp)) >= 0) {
138 $this->FirstCode = $this->GetCode($data, $dp);
197 function GetCode(&$data, &$dp) function in Mpdf\\Gif\\Lzw
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php225 $this->GetCode($data, $bInit);
245 $this->FirstCode = $this->GetCode($data, $bInit);
258 while (($Code = $this->GetCode($data, $bInit)) >= 0) {
274 $this->FirstCode = $this->GetCode($data, $bInit);
328 public function GetCode(&$data, $bInit) function in CGIFLZW