Searched refs:_getShort (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/ |
| H A D | JpegMeta.php | 1471 $xdens = $this->_getShort($data, 8); 1472 $ydens = $this->_getShort($data, 10); 1543 $this->_info['sof']['ImageHeight'] = $this->_getShort($data, $pos + 1); 1544 $this->_info['sof']['ImageWidth'] = $this->_getShort($data, $pos + 3); 1700 $byteAlign = $this->_getShort($data, $pos + 0); 1710 $alignCheck = $this->_getShort($data, $pos + 2, $isBigEndian); 1750 $numEntries = $this->_getShort($data, $base + $offset, $isBigEndian); 1759 $tag = $this->_getShort($data, $base + $offset, $isBigEndian); 1761 $type = $this->_getShort($data, $base + $offset, $isBigEndian); 1795 $value = $this->_getShort($rawValue, 0, $isBigEndian); [all …]
|