Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJpegMeta.php2163 $this->_putByte($value, $j, $origValue[$j]);
2168 $this->_putByte($value, $j, 0);
2252 $this->_putByte($value, $j, $origValue[$j]);
2257 $this->_putByte($value, $j, 0);
2619 $pos = $this->_putByte($data, $pos, $len);
2622 $pos = $this->_putByte($data, $pos, 0);
2629 $pos = $this->_putByte($data, $pos, 0);
2681 $pos = $this->_putByte($data, $pos, $type);
3064 function _putByte(&$data, $pos, $val) { function in JpegMeta