Lines Matching defs:offset
1739 * @param integer $offset
1745 function _readIFD($data, $base, $offset, $isBigEndian, $mode) {
1748 $numEntries = $this->_getShort($data, $base + $offset, $isBigEndian);
1749 $offset += 2;
1757 $tag = $this->_getShort($data, $base + $offset, $isBigEndian);
1758 $offset += 2;
1759 $type = $this->_getShort($data, $base + $offset, $isBigEndian);
1760 $offset += 2;
1761 $count = $this->_getLong($data, $base + $offset, $isBigEndian);
1762 $offset += 4;
1771 $dataOffset = $this->_getLong($data, $base + $offset, $isBigEndian);
1774 $rawValue = $this->_getFixedString($data, $base + $offset, $dataLength);
1776 $offset += 4;
1952 $nextOffset = $this->_getLong($data, $base + $offset, $isBigEndian);
3162 throw new Exception("Requested null-terminated string at offset ".$pos.". File terminated before the null-byte.");
3184 "JPEGMeta failed parsing image metadata of %s. Got %d instead of %d bytes at offset %d.",