Searched refs:m_img (Results 1 – 3 of 3) sorted by relevance
22 var $m_img; variable in Mpdf\\Gif\\Gif 29 $this->m_img = new Image();37 unset($this->m_img->m_data);38 unset($this->m_img->m_lzw->Next);39 unset($this->m_img->m_lzw->Vals);40 unset($this->m_img->m_lzw->Stack);41 unset($this->m_img->m_lzw->Buf);61 if (!$this->m_img->load($this->m_lpData, $imgLen)) {
801 public $m_img; variable in CGIF898 $data = $this->m_img->m_data;907 ($x < ($this->m_img->m_gih->m_nLeft + $this->m_img->m_gih->m_nWidth)) &&908 ($y < ($this->m_img->m_gih->m_nTop + $this->m_img->m_gih->m_nHeight))) {910 if (@$this->m_img->m_bTrans && (ord($data[$nPxl]) == $this->m_img->m_nTrans)) {998 $data = $this->m_img->m_data;1007 ($x < ($this->m_img->m_gih->m_nLeft + $this->m_img->m_gih->m_nWidth)) &&1008 ($y < ($this->m_img->m_gih->m_nTop + $this->m_img->m_gih->m_nHeight))) {1112 ($x < ($this->m_img->m_gih->m_nLeft + $this->m_img->m_gih->m_nWidth)) &&1113 ($y < ($this->m_img->m_gih->m_nTop + $this->m_img->m_gih->m_nHeight))) {[all …]
963 if (isset($gif->m_img->m_gih->m_bLocalClr) && $gif->m_img->m_gih->m_bLocalClr) {964 $nColors = $gif->m_img->m_gih->m_nTableSize;965 $pal = $gif->m_img->m_gih->m_colorTable->toString();967 $bgColor = $gif->m_img->m_gih->m_colorTable->colorIndex($bgColor);981 if (isset($gif->m_img->m_bTrans) && $gif->m_img->m_bTrans && ($nColors > 0)) {982 $trns = [$gif->m_img->m_nTrans];985 $gifdata = $gif->m_img->m_data;