Lines Matching refs:m_colorTable
486 public $m_colorTable; variable in CGIFFILEHEADER
502 unSet($this->m_colorTable);
532 $this->m_colorTable = new CGIFCOLORTABLE();
533 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
562 public $m_colorTable; variable in CGIFIMAGEHEADER
577 unSet($this->m_colorTable);
603 $this->m_colorTable = new CGIFCOLORTABLE();
604 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
881 $rgbq = $this->m_img->m_gih->m_colorTable->toRGBQuad();
883 $bgColor = $this->m_img->m_gih->m_colorTable->colorIndex($bgColor);
887 $rgbq = $this->m_gfh->m_colorTable->toRGBQuad();
889 $bgColor = $this->m_gfh->m_colorTable->colorIndex($bgColor);
981 $pal = $this->m_img->m_gih->m_colorTable->toString();
983 $bgColor = $this->m_img->m_gih->m_colorTable->colorIndex($bgColor);
987 $pal = $this->m_gfh->m_colorTable->toString();
989 $bgColor = $this->m_gfh->m_colorTable->colorIndex($bgColor);
1083 $pal = $this->m_img->m_gih->m_colorTable->toString();
1085 $pal = $this->m_gfh->m_colorTable->toString();