Searched refs:m_gfh (Results 1 – 3 of 3) sorted by relevance
799 public $m_gfh; variable in CGIF885 } elseif ($this->m_gfh->m_bGlobalClr) {886 $nColors = $this->m_gfh->m_nTableSize;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;929 $nPxl -= $this->m_gfh->m_nWidth << 1;1090 $PlottingIMG = imagecreate($this->m_gfh->m_nWidth, $this->m_gfh->m_nHeight);1103 $nPxl = ($this->m_gfh->m_nHeight - 1) * $this->m_gfh->m_nWidth;1125 $nPxl -= $this->m_gfh->m_nWidth << 1;1152 return $this->m_gfh->m_nWidth;[all …]
18 var $m_gfh; variable in Mpdf\\Gif\\Gif 28 $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;