Home
last modified time | relevance | path

Searched refs:hdrLen (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DImageHeader.php52 function load($lpData, &$hdrLen) argument
54 $hdrLen = 0;
70 $hdrLen = 9;
74 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
77 $hdrLen += 3 * $this->m_nTableSize;
H A DFileHeader.php55 function load($lpData, &$hdrLen) argument
57 $hdrLen = 0;
77 $hdrLen = 13;
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.php507 public function load($lpData, &$hdrLen) argument
509 $hdrLen = 0;
529 $hdrLen = 13;
533 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
536 $hdrLen += 3 * $this->m_nTableSize;
582 public function load($lpData, &$hdrLen) argument
584 $hdrLen = 0;
600 $hdrLen = 9;
604 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
607 $hdrLen += 3 * $this->m_nTableSize;