Lines Matching refs:m_gih

631 	public $m_gih;  variable in CGIFIMAGE
646 $this->m_gih = new CGIFIMAGEHEADER();
671 if (!$this->m_gih->load($data, $len = 0)) {
684 if ($this->m_gih->m_bInterlace) {
780 for (; $y < $this->m_gih->m_nHeight; $y += $s) {
781 $lne = substr($this->m_data, 0, $this->m_gih->m_nWidth);
782 $this->m_data = substr($this->m_data, $this->m_gih->m_nWidth);
785 substr($data, 0, $y * $this->m_gih->m_nWidth) .
787 substr($data, ($y + 1) * $this->m_gih->m_nWidth);
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);
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))) {
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);
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))) {
1082 if ($this->m_img->m_gih->m_bLocalClr) {
1083 $pal = $this->m_img->m_gih->m_colorTable->toString();
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))) {