Lines Matching refs:_getByte
1450 $vmaj = $this->_getByte($data, 5);
1451 $vmin = $this->_getByte($data, 6);
1455 $units = $this->_getByte($data, 7);
1477 $thumbx = $this->_getByte($data, 12);
1478 $thumby = $this->_getByte($data, 13);
1542 $this->_info['sof']['SamplePrecision'] = $this->_getByte($data, $pos + 0);
1545 $this->_info['sof']['ColorChannels'] = $this->_getByte($data, $pos + 5);
1783 $value = $this->_getByte($rawValue, 0);
1787 $value[$j] = $this->_getByte($rawValue, $j);
1838 $value = $this->_getByte($rawValue, 0);
1842 $value[$j] = $this->_getByte($rawValue, $j);
2457 $strlen = $this->_getByte($data, $pos);
2477 $this->_info['adobe']['CopyrightFlag'] = $this->_getByte($data, $pos);
2532 $type = $this->_getByte($data, $pos);
3046 function _getByte(&$data, $pos) { function in JpegMeta