Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJpegMeta.php1718 $offsetIFD0 = $this->_getLong($data, $pos + 4, $isBigEndian);
1761 $count = $this->_getLong($data, $base + $offset, $isBigEndian);
1771 $dataOffset = $this->_getLong($data, $base + $offset, $isBigEndian);
1802 $value = $this->_getLong($rawValue, 0, $isBigEndian);
1806 $value[$j] = $this->_getLong($rawValue, $j * 4, $isBigEndian);
1811 $a = $this->_getLong($rawValue, 0, $isBigEndian);
1812 $b = $this->_getLong($rawValue, 4, $isBigEndian);
1823 $a = $this->_getLong($rawValue, $j * 8, $isBigEndian);
1824 $b = $this->_getLong($rawValue, ($j * 8) + 4, $isBigEndian);
1857 $value = $this->_getLong(
3105 function _getLong(&$data, $pos, $bigEndian = true) { global() function in JpegMeta
[all...]