Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DImageHeader.php24 var $m_nHeight; variable in Mpdf\\Gif\\ImageHeader
44 unset($this->m_nHeight);
59 $this->m_nHeight = $this->w2i(substr($lpData, 6, 2));
61 if (!$this->m_nWidth || !$this->m_nHeight) {
H A DFileHeader.php22 var $m_nHeight; variable in Mpdf\\Gif\\FileHeader
45 unset($this->m_nHeight);
65 $this->m_nHeight = $this->w2i(substr($lpData, 8, 2));
66 if (!$this->m_nWidth || !$this->m_nHeight) {
H A DImage.php175 for (; $y < $this->m_gih->m_nHeight; $y += $s) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php479 public $m_nHeight; variable in CGIFFILEHEADER
495 unSet($this->m_nHeight);
518 if (!$this->m_nWidth || !$this->m_nHeight) {
557 public $m_nHeight; variable in CGIFIMAGEHEADER
572 unSet($this->m_nHeight);
591 if (!$this->m_nWidth || !$this->m_nHeight) {
780 for (; $y < $this->m_gih->m_nHeight; $y += $s) {
864 $height = $gfh->m_nHeight;
947 $out .= $this->dword($this->m_gfh->m_nHeight);
1031 $tmp .= $this->ndword($this->m_gfh->m_nHeight);
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php987 $h = $gif->m_gfh->m_nHeight;