Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DFileHeader.php26 var $m_nColorRes; variable in Mpdf\\Gif\\FileHeader
47 unset($this->m_nColorRes);
72 $this->m_nColorRes = ($b & 0x70) >> 4;
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php481 public $m_nColorRes; variable in CGIFFILEHEADER
497 unSet($this->m_nColorRes);
524 $this->m_nColorRes = ($b & 0x70) >> 4;