Searched refs:m_nBgColor (Results 1 – 2 of 2) sorted by relevance
32 var $m_nBgColor; variable in Mpdf\\Gif\\FileHeader 50 unset($this->m_nBgColor);75 $this->m_nBgColor = ord(substr($lpData, 11, 1));
484 public $m_nBgColor; variable in CGIFFILEHEADER500 unSet($this->m_nBgColor);527 $this->m_nBgColor = ord($lpData[ 11 ]);913 $bmp .= chr($this->m_gfh->m_nBgColor);923 $bmp .= chr($this->m_gfh->m_nBgColor);1014 $bmp .= chr($this->m_gfh->m_nBgColor);1116 …xel($PlottingIMG, $x, $this->m_gfh->m_nHeight - $y - 1, $ThisImageColor[$this->m_gfh->m_nBgColor]);1122 …xel($PlottingIMG, $x, $this->m_gfh->m_nHeight - $y - 1, $ThisImageColor[$this->m_gfh->m_nBgColor]);