Home
last modified time | relevance | path

Searched refs:lpData (Results 1 – 4 of 4) sorted by path

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DColorTable.php28 function load($lpData, $num) argument
34 $rgb = substr($lpData, $i * 3, 3);
H A DFileHeader.php55 function load($lpData, &$hdrLen) argument
59 $this->m_lpVer = substr($lpData, 0, 6);
64 $this->m_nWidth = $this->w2i(substr($lpData, 6, 2));
65 $this->m_nHeight = $this->w2i(substr($lpData, 8, 2));
70 $b = ord(substr($lpData, 10, 1));
75 $this->m_nBgColor = ord(substr($lpData, 11, 1));
76 $this->m_nPixelRatio = ord(substr($lpData, 12, 1));
81 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
H A DImageHeader.php52 function load($lpData, &$hdrLen) argument
56 $this->m_nLeft = $this->w2i(substr($lpData, 0, 2));
57 $this->m_nTop = $this->w2i(substr($lpData, 2, 2));
58 $this->m_nWidth = $this->w2i(substr($lpData, 4, 2));
59 $this->m_nHeight = $this->w2i(substr($lpData, 6, 2));
65 $b = ord($lpData[8]);
74 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php395 public function load($lpData, $num) argument
401 $rgb = substr($lpData, $i * 3, 3);
507 public function load($lpData, &$hdrLen) argument
511 $this->m_lpVer = substr($lpData, 0, 6);
516 $this->m_nWidth = $this->w2i(substr($lpData, 6, 2));
517 $this->m_nHeight = $this->w2i(substr($lpData, 8, 2));
522 $b = ord($lpData[ 10 ]);
527 $this->m_nBgColor = ord($lpData[ 11 ]);
528 $this->m_nPixelRatio = ord($lpData[ 12 ]);
582 public function load($lpData, &$hdrLen) argument
[all …]