Searched refs:w2i (Results 1 – 4 of 4) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
H A D | ImageHeader.php | 56 $this->m_nLeft = $this->w2i(substr($lpData, 0, 2)); 57 $this->m_nTop = $this->w2i(substr($lpData, 2, 2)); 58 $this->m_nWidth = $this->w2i(substr($lpData, 4, 2)); 59 $this->m_nHeight = $this->w2i(substr($lpData, 6, 2)); 83 function w2i($str) function in Mpdf\\Gif\\ImageHeader
|
H A D | FileHeader.php | 64 $this->m_nWidth = $this->w2i(substr($lpData, 6, 2)); 65 $this->m_nHeight = $this->w2i(substr($lpData, 8, 2)); 90 function w2i($str) function in Mpdf\\Gif\\FileHeader
|
H A D | Image.php | 114 $this->m_nDelay = $this->w2i(substr($data, 2, 2)); 143 function w2i($str) function in Mpdf\\Gif\\Image
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.gif.php | 516 $this->m_nWidth = $this->w2i(substr($lpData, 6, 2)); 517 $this->m_nHeight = $this->w2i(substr($lpData, 8, 2)); 544 public function w2i($str) function in CGIFFILEHEADER 586 $this->m_nLeft = $this->w2i(substr($lpData, 0, 2)); 587 $this->m_nTop = $this->w2i(substr($lpData, 2, 2)); 588 $this->m_nWidth = $this->w2i(substr($lpData, 4, 2)); 589 $this->m_nHeight = $this->w2i(substr($lpData, 6, 2)); 615 public function w2i($str) function in CGIFIMAGEHEADER 713 $this->m_nDelay = $this->w2i(substr($data, 2, 2)); 744 public function w2i($str) function in CGIFIMAGE
|