Searched refs:GetCode (Results 1 – 2 of 2) sorted by relevance
110 $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
225 $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