Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJpegMeta.php1993 $pos = $this->_writeIFD($data, $pos, $offsetBase, $ifd0, $isBigEndian, true);
1994 $pos = $this->_writeIFD($data, $pos, $offsetBase, $ifd1, $isBigEndian, false);
2011 function _writeIFD(&$data, $pos, $offsetBase, &$entries, $isBigEndian, $hasNext) {
2030 $dataPos = $this->_writeIFD($data, $dataPos, $offsetBase, $entries[$i]['value'], $isBigEndian, false);
2008 function _writeIFD(&$data, $pos, $offsetBase, &$entries, $isBigEndian, $hasNext) { global() function in JpegMeta