Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DFileHeader.php34 var $m_nPixelRatio; variable in Mpdf\\Gif\\FileHeader
51 unset($this->m_nPixelRatio);
76 $this->m_nPixelRatio = ord(substr($lpData, 12, 1));
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php485 public $m_nPixelRatio; variable in CGIFFILEHEADER
501 unSet($this->m_nPixelRatio);
528 $this->m_nPixelRatio = ord($lpData[ 12 ]);