Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJpegMeta.php2160 $this->_putByte($value, $j, $origValue[$j]);
2165 $this->_putByte($value, $j, 0);
2249 $this->_putByte($value, $j, $origValue[$j]);
2254 $this->_putByte($value, $j, 0);
2615 $pos = $this->_putByte($data, $pos, $len);
2618 $pos = $this->_putByte($data, $pos, 0);
2625 $pos = $this->_putByte($data, $pos, 0);
2677 $pos = $this->_putByte($data, $pos, $type);
3060 function _putByte(&$data, $pos, $val) {
3057 function _putByte(&$data, $pos, $val) { global() function in JpegMeta