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/
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)) {
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/
Dphpthumb.gif.php486 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);
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
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);