Searched refs:m_nWidth (Results 1 – 5 of 5) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.gif.php | 478 public $m_nWidth; variable in CGIFFILEHEADER 494 unSet($this->m_nWidth); 518 if (!$this->m_nWidth || !$this->m_nHeight) { 556 public $m_nWidth; variable in CGIFIMAGEHEADER 571 unSet($this->m_nWidth); 591 if (!$this->m_nWidth || !$this->m_nHeight) { 863 $width = $gfh->m_nWidth; 901 $nPad = ($this->m_gfh->m_nWidth % 4) ? 4 - ($this->m_gfh->m_nWidth % 4) : 0; 929 $nPxl -= $this->m_gfh->m_nWidth << 1; 1125 $nPxl -= $this->m_gfh->m_nWidth << 1; [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
H A D | ImageHeader.php | 22 var $m_nWidth; variable in Mpdf\\Gif\\ImageHeader 43 unset($this->m_nWidth); 58 $this->m_nWidth = $this->w2i(substr($lpData, 4, 2)); 61 if (!$this->m_nWidth || !$this->m_nHeight) {
|
H A D | FileHeader.php | 20 var $m_nWidth; variable in Mpdf\\Gif\\FileHeader 44 unset($this->m_nWidth); 64 $this->m_nWidth = $this->w2i(substr($lpData, 6, 2)); 66 if (!$this->m_nWidth || !$this->m_nHeight) {
|
H A D | Image.php | 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/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | ImageProcessor.php | 986 $w = $gif->m_gfh->m_nWidth;
|