Searched refs:LZWCommand (Results 1 – 2 of 2) sorted by relevance
64 while (($iIndex = $this->LZWCommand($data, $dp)) >= 0) {105 function LZWCommand(&$data, &$dp) function in Mpdf\\Gif\\Lzw
196 $this->LZWCommand($data, true);198 while (($iIndex = $this->LZWCommand($data, false)) >= 0) {213 public function LZWCommand(&$data, $bInit) function in CGIFLZW