Home
last modified time | relevance | path

Searched refs:m_lzw (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DGif.php38 unset($this->m_img->m_lzw->Next);
39 unset($this->m_img->m_lzw->Vals);
40 unset($this->m_img->m_lzw->Stack);
41 unset($this->m_img->m_lzw->Buf);
H A DImage.php34 var $m_lzw; variable in Mpdf\\Gif\\Image
46 $this->m_lzw = new Lzw();
79 if (!($this->m_data = $this->m_lzw->deCompress($data, $len))) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php633 public $m_lzw; variable in CGIFIMAGE
647 $this->m_lzw = new CGIFLZW();
678 if (!($this->m_data = $this->m_lzw->deCompress($data, $len = 0))) {