Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DGif.php22 var $m_img; variable in Mpdf\\Gif\\Gif
29 $this->m_img = new Image();
37 unset($this->m_img->m_data);
38 unset($this->m_img->m_lzw->Next);
39 unset($this->m_img->m_lzw->Vals);
40 unset($this->m_img->m_lzw->Stack);
41 unset($this->m_img->m_lzw->Buf);
61 if (!$this->m_img->load($this->m_lpData, $imgLen)) {
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php801 public $m_img; variable in CGIF
810 $this->m_img = new CGIFIMAGE();
837 if (!$this->m_img->load($this->m_lpData, $imgLen = 0)) {
879 if ($this->m_img->m_gih->m_bLocalClr) {
880 $nColors = $this->m_img->m_gih->m_nTableSize;
881 $rgbq = $this->m_img->m_gih->m_colorTable->toRGBQuad();
883 $bgColor = $this->m_img->m_gih->m_colorTable->colorIndex($bgColor);
898 $data = $this->m_img->m_data;
905 ($x >= $this->m_img->m_gih->m_nLeft) &&
906 ($y >= $this->m_img->m_gih->m_nTop) &&
[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);
981 if (isset($gif->m_img->m_bTrans) && $gif->m_img->m_bTrans && ($nColors > 0)) {
982 $trns = [$gif->m_img->m_nTrans];
985 $gifdata = $gif->m_img->m_data;