Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DImage.php26 var $m_nTrans; variable in Mpdf\\Gif\\Image
42 unset($this->m_nTrans);
115 $this->m_nTrans = ord($data[4]);
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php629 public $m_nTrans; variable in CGIFIMAGE
643 unSet($this->m_nTrans);
714 $this->m_nTrans = ord($data[4]);
910 if (@$this->m_img->m_bTrans && (ord($data[$nPxl]) == $this->m_img->m_nTrans)) {
1050 $tmp .= ($i == $this->m_img->m_nTrans) ? "\x00" : "\xFF";
1115 if (@$this->m_img->m_bTrans && (ord($data[$nPxl]) == $this->m_img->m_nTrans)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php982 $trns = [$gif->m_img->m_nTrans];