Searched refs:m_gfh (Results 1 – 3 of 3) sorted by relevance
799 public $m_gfh; variable in CGIF809 $this->m_gfh = new CGIFFILEHEADER();831 if (!$this->m_gfh->load($this->m_lpData, $len = 0)) {885 } elseif ($this->m_gfh->m_bGlobalClr) {886 $nColors = $this->m_gfh->m_nTableSize;887 $rgbq = $this->m_gfh->m_colorTable->toRGBQuad();889 $bgColor = $this->m_gfh->m_colorTable->colorIndex($bgColor);899 $nPxl = ($this->m_gfh->m_nHeight - 1) * $this->m_gfh->m_nWidth;901 $nPad = ($this->m_gfh->m_nWidth % 4) ? 4 - ($this->m_gfh->m_nWidth % 4) : 0;902 for ($y = 0; $y < $this->m_gfh->m_nHeight; $y++) {[all …]
18 var $m_gfh; variable in Mpdf\\Gif\\Gif28 $this->m_gfh = new FileHeader();53 if (!$this->m_gfh->load($this->m_lpData, $len)) {
970 } elseif (isset($gif->m_gfh->m_bGlobalClr) && $gif->m_gfh->m_bGlobalClr) {971 $nColors = $gif->m_gfh->m_nTableSize;972 $pal = $gif->m_gfh->m_colorTable->toString();974 $bgColor = $gif->m_gfh->m_colorTable->colorIndex($bgColor);986 $w = $gif->m_gfh->m_nWidth;987 $h = $gif->m_gfh->m_nHeight;