Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DImageHeader.php32 var $m_nTableSize; variable in Mpdf\\Gif\\ImageHeader
48 unset($this->m_nTableSize);
69 $this->m_nTableSize = 2 << ($b & 0x07);
74 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
77 $hdrLen += 3 * $this->m_nTableSize;
H A DFileHeader.php30 var $m_nTableSize; variable in Mpdf\\Gif\\FileHeader
49 unset($this->m_nTableSize);
74 $this->m_nTableSize = 2 << ($b & 0x07);
81 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
84 $hdrLen += 3 * $this->m_nTableSize;
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php483 public $m_nTableSize; variable in CGIFFILEHEADER
499 unSet($this->m_nTableSize);
526 $this->m_nTableSize = 2 << ($b & 0x07);
536 $hdrLen += 3 * $this->m_nTableSize;
561 public $m_nTableSize; variable in CGIFIMAGEHEADER
576 unSet($this->m_nTableSize);
599 $this->m_nTableSize = 2 << ($b & 0x07);
607 $hdrLen += 3 * $this->m_nTableSize;
880 $nColors = $this->m_img->m_gih->m_nTableSize;
886 $nColors = $this->m_gfh->m_nTableSize;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php964 $nColors = $gif->m_img->m_gih->m_nTableSize;
971 $nColors = $gif->m_gfh->m_nTableSize;