Searched refs:offsetBase (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/ |
| H A D | JpegMeta.php | 1976 $offsetBase = 6; 1993 $pos = $this->_writeIFD($data, $pos, $offsetBase, $ifd0, $isBigEndian, true); 1994 $pos = $this->_writeIFD($data, $pos, $offsetBase, $ifd1, $isBigEndian, false); 2004 * @param integer $offsetBase 2011 function _writeIFD(&$data, $pos, $offsetBase, &$entries, $isBigEndian, $hasNext) { argument 2028 $pos = $this->_putLong($data, $pos, $dataPos - $offsetBase, $isBigEndian); 2030 …$dataPos = $this->_writeIFD($data, $dataPos, $offsetBase, $entries[$i]['value'], $isBigEndian, fal… 2043 $pos = $this->_putLong($data, $pos, $dataPos - $offsetBase, $isBigEndian); 2053 $this->_putLong($data, $tiffDataOffsetPos, $dataPos - $offsetBase, $isBigEndian); 2058 $pos = $this->_putLong($data, $pos, $dataPos - $offsetBase, $isBigEndian);
|