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/
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) {
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) {
DImage.php175 for (; $y < $this->m_gih->m_nHeight; $y += $s) {
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php479 public $m_nHeight; variable in CGIFFILEHEADER
495 unSet($this->m_nHeight);
517 $this->m_nHeight = $this->w2i(substr($lpData, 8, 2));
518 if (!$this->m_nWidth || !$this->m_nHeight) {
557 public $m_nHeight; variable in CGIFIMAGEHEADER
572 unSet($this->m_nHeight);
589 $this->m_nHeight = $this->w2i(substr($lpData, 6, 2));
591 if (!$this->m_nWidth || !$this->m_nHeight) {
780 for (; $y < $this->m_gih->m_nHeight; $y += $s) {
864 $height = $gfh->m_nHeight;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php987 $h = $gif->m_gfh->m_nHeight;