Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DImage.php22 var $m_bTrans; variable in Mpdf\\Gif\\Image
40 unset($this->m_bTrans);
113 $this->m_bTrans = ($b & 0x01) ? true : false;
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php627 public $m_bTrans; variable in CGIFIMAGE
641 unSet($this->m_bTrans);
712 $this->m_bTrans = ($b & 0x01) ? true : false;
910 if (@$this->m_img->m_bTrans && (ord($data[$nPxl]) == $this->m_img->m_nTrans)) {
1046 if (@$this->m_img->m_bTrans && ($nColors > 0)) {
1115 if (@$this->m_img->m_bTrans && (ord($data[$nPxl]) == $this->m_img->m_nTrans)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php981 if (isset($gif->m_img->m_bTrans) && $gif->m_img->m_bTrans && ($nColors > 0)) {