Home
last modified time | relevance | path

Searched refs:m_nWidth (Results 1 – 5 of 5) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php478 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 DImageHeader.php22 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 DFileHeader.php20 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 DImage.php176 $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 DImageProcessor.php986 $w = $gif->m_gfh->m_nWidth;