Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DImage.php30 var $m_gih; variable in Mpdf\\Gif\\Image
45 $this->m_gih = new ImageHeader();
70 if (!$this->m_gih->load($data, $len)) {
86 if ($this->m_gih->m_bInterlace) {
175 for (; $y < $this->m_gih->m_nHeight; $y += $s) {
176 $lne = substr($this->m_data, 0, $this->m_gih->m_nWidth);
177 $this->m_data = substr($this->m_data, $this->m_gih->m_nWidth);
179 $data = substr($data, 0, $y * $this->m_gih->m_nWidth) .
181 substr($data, ($y + 1) * $this->m_gih->m_nWidth);
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php631 public $m_gih; variable in CGIFIMAGE
646 $this->m_gih = new CGIFIMAGEHEADER();
671 if (!$this->m_gih->load($data, $len = 0)) {
684 if ($this->m_gih->m_bInterlace) {
780 for (; $y < $this->m_gih->m_nHeight; $y += $s) {
781 $lne = substr($this->m_data, 0, $this->m_gih->m_nWidth);
782 $this->m_data = substr($this->m_data, $this->m_gih->m_nWidth);
785 substr($data, 0, $y * $this->m_gih->m_nWidth) .
787 substr($data, ($y + 1) * $this->m_gih->m_nWidth);
879 if ($this->m_img->m_gih->m_bLocalClr) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php963 if (isset($gif->m_img->m_gih->m_bLocalClr) && $gif->m_img->m_gih->m_bLocalClr) {
964 $nColors = $gif->m_img->m_gih->m_nTableSize;
965 $pal = $gif->m_img->m_gih->m_colorTable->toString();
967 $bgColor = $gif->m_img->m_gih->m_colorTable->colorIndex($bgColor);