Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DImageHeader.php28 var $m_bInterlace; variable in Mpdf\\Gif\\ImageHeader
46 unset($this->m_bInterlace);
67 $this->m_bInterlace = ($b & 0x40) ? true : false;
H A DImage.php86 if ($this->m_gih->m_bInterlace) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php559 public $m_bInterlace; variable in CGIFIMAGEHEADER
574 unSet($this->m_bInterlace);
597 $this->m_bInterlace = ($b & 0x40) ? true : false;
684 if ($this->m_gih->m_bInterlace) {