Home
last modified time | relevance | path

Searched refs:m_colorTable (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DImageHeader.php37 var $m_colorTable; variable in Mpdf\\Gif\\ImageHeader
49 unset($this->m_colorTable);
73 $this->m_colorTable = new ColorTable();
74 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
H A DFileHeader.php39 var $m_colorTable; variable in Mpdf\\Gif\\FileHeader
52 unset($this->m_colorTable);
80 $this->m_colorTable = new ColorTable();
81 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php486 public $m_colorTable; variable in CGIFFILEHEADER
502 unSet($this->m_colorTable);
532 $this->m_colorTable = new CGIFCOLORTABLE();
562 public $m_colorTable; variable in CGIFIMAGEHEADER
577 unSet($this->m_colorTable);
603 $this->m_colorTable = new CGIFCOLORTABLE();
887 $rgbq = $this->m_gfh->m_colorTable->toRGBQuad();
981 $pal = $this->m_img->m_gih->m_colorTable->toString();
987 $pal = $this->m_gfh->m_colorTable->toString();
1083 $pal = $this->m_img->m_gih->m_colorTable->toString();
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php965 $pal = $gif->m_img->m_gih->m_colorTable->toString();
967 $bgColor = $gif->m_img->m_gih->m_colorTable->colorIndex($bgColor);
972 $pal = $gif->m_gfh->m_colorTable->toString();
974 $bgColor = $gif->m_gfh->m_colorTable->colorIndex($bgColor);