Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php64 while (($iIndex = $this->LZWCommand($data, $dp)) >= 0) {
105 function LZWCommand(&$data, &$dp) function in Mpdf\\Gif\\Lzw
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php196 $this->LZWCommand($data, true);
198 while (($iIndex = $this->LZWCommand($data, false)) >= 0) {
213 public function LZWCommand(&$data, $bInit) function in CGIFLZW