Lines Matching refs:m_img
801 public $m_img; variable in CGIF
810 $this->m_img = new CGIFIMAGE();
837 if (!$this->m_img->load($this->m_lpData, $imgLen = 0)) {
879 if ($this->m_img->m_gih->m_bLocalClr) {
880 $nColors = $this->m_img->m_gih->m_nTableSize;
881 $rgbq = $this->m_img->m_gih->m_colorTable->toRGBQuad();
883 $bgColor = $this->m_img->m_gih->m_colorTable->colorIndex($bgColor);
898 $data = $this->m_img->m_data;
905 ($x >= $this->m_img->m_gih->m_nLeft) &&
906 ($y >= $this->m_img->m_gih->m_nTop) &&
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)) {
979 if ($this->m_img->m_gih->m_bLocalClr) {
980 $nColors = $this->m_img->m_gih->m_nTableSize;
981 $pal = $this->m_img->m_gih->m_colorTable->toString();
983 $bgColor = $this->m_img->m_gih->m_colorTable->colorIndex($bgColor);
998 $data = $this->m_img->m_data;
1005 ($x >= $this->m_img->m_gih->m_nLeft) &&
1006 ($y >= $this->m_img->m_gih->m_nTop) &&
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))) {
1046 if (@$this->m_img->m_bTrans && ($nColors > 0)) {
1050 $tmp .= ($i == $this->m_img->m_nTrans) ? "\x00" : "\xFF";
1082 if ($this->m_img->m_gih->m_bLocalClr) {
1083 $pal = $this->m_img->m_gih->m_colorTable->toString();
1102 $data = $this->m_img->m_data;
1110 ($x >= $this->m_img->m_gih->m_nLeft) &&
1111 ($y >= $this->m_img->m_gih->m_nTop) &&
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))) {
1115 if (@$this->m_img->m_bTrans && (ord($data[$nPxl]) == $this->m_img->m_nTrans)) {
1166 return $this->m_img->m_lpComm;