Searched refs:m_nWidth (Results 1 – 5 of 5) sorted by relevance
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.gif.php | 478 public $m_nWidth; variable in CGIFFILEHEADER 494 unSet($this->m_nWidth); 516 $this->m_nWidth = $this->w2i(substr($lpData, 6, 2)); 518 if (!$this->m_nWidth || !$this->m_nHeight) { 556 public $m_nWidth; variable in CGIFIMAGEHEADER 571 unSet($this->m_nWidth); 588 $this->m_nWidth = $this->w2i(substr($lpData, 4, 2)); 591 if (!$this->m_nWidth || !$this->m_nHeight) { 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); [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
| 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) {
|
| 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) {
|
| 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/ |
| D | ImageProcessor.php | 986 $w = $gif->m_gfh->m_nWidth;
|