Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
Dphpthumb.gif.php799 public $m_gfh; variable in CGIF
809 $this->m_gfh = new CGIFFILEHEADER();
831 if (!$this->m_gfh->load($this->m_lpData, $len = 0)) {
885 } elseif ($this->m_gfh->m_bGlobalClr) {
886 $nColors = $this->m_gfh->m_nTableSize;
887 $rgbq = $this->m_gfh->m_colorTable->toRGBQuad();
889 $bgColor = $this->m_gfh->m_colorTable->colorIndex($bgColor);
899 $nPxl = ($this->m_gfh->m_nHeight - 1) * $this->m_gfh->m_nWidth;
901 $nPad = ($this->m_gfh->m_nWidth % 4) ? 4 - ($this->m_gfh->m_nWidth % 4) : 0;
902 for ($y = 0; $y < $this->m_gfh->m_nHeight; $y++) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DGif.php18 var $m_gfh; variable in Mpdf\\Gif\\Gif
28 $this->m_gfh = new FileHeader();
53 if (!$this->m_gfh->load($this->m_lpData, $len)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php970 } elseif (isset($gif->m_gfh->m_bGlobalClr) && $gif->m_gfh->m_bGlobalClr) {
971 $nColors = $gif->m_gfh->m_nTableSize;
972 $pal = $gif->m_gfh->m_colorTable->toString();
974 $bgColor = $gif->m_gfh->m_colorTable->colorIndex($bgColor);
986 $w = $gif->m_gfh->m_nWidth;
987 $h = $gif->m_gfh->m_nHeight;