Lines Matching refs:_markers

48     var $_markers;
67 unset($this->_markers);
78 if ($this->_markers == null) {
95 if ($this->_markers == null) {
324 if ($this->_markers == null) {
348 if ($this->_markers == null) {
372 if ($this->_markers == null) {
396 if ($this->_markers == null) {
422 if ($this->_markers == null) {
456 if ($this->_markers == null) {
517 if ($this->_markers == null) {
543 if ($this->_markers == null) {
567 if ($this->_markers == null) {
591 if ($this->_markers == null) {
638 if ($this->_markers == null) {
779 if ($this->_markers == null) {
810 if ($this->_markers == null) {
837 if ($this->_markers == null) {
861 if ($this->_markers == null) {
877 if ($this->_markers == null) {
907 if ($this->_markers == null) {
923 if ($this->_markers == null) {
976 unset($this->_markers);
982 unset($this->_markers);
984 $this->_markers = array();
1005 $this->_markers = null;
1065 $this->_markers[$count] = array();
1066 $this->_markers[$count]['marker'] = $marker;
1067 $this->_markers[$count]['length'] = $length;
1071 $this->_markers[$count]['data'] = fread($this->_fp, $length);
1073 $this->_markers[$count]['data'] = "";
1100 if (!isset($this->_markers)) {
1104 if ($this->_markers == null) {
1422 if (!isset($this->_markers)) {
1426 if ($this->_markers == null || $this->_isMarkerDisabled(('jfif'))) {
1432 $count = count($this->_markers);
1434 if ($this->_markers[$i]['marker'] == 0xE0) {
1435 $signature = $this->_getFixedString($this->_markers[$i]['data'], 0, 4);
1437 $data =& $this->_markers[$i]['data'];
1493 if (!isset($this->_markers)) {
1497 if ($this->_markers == null || $this->_isMarkerDisabled(('sof'))) {
1503 $count = count($this->_markers);
1505 switch ($this->_markers[$i]['marker']) {
1510 $data =& $this->_markers[$i]['data'];
1511 $marker = $this->_markers[$i]['marker'];
1561 if (!isset($this->_markers)) {
1565 if ($this->_markers == null || $this->_isMarkerDisabled(('xmp'))) {
1571 $count = count($this->_markers);
1573 if ($this->_markers[$i]['marker'] == 0xE1) {
1574 $signature = $this->_getFixedString($this->_markers[$i]['data'], 0, 29);
1576 $data = substr($this->_markers[$i]['data'], 29);
1668 if (!isset($this->_markers)) {
1672 if ($this->_markers == null || $this->_isMarkerDisabled(('exif'))) {
1678 $count = count($this->_markers);
1680 if ($this->_markers[$i]['marker'] == 0xE1) {
1681 $signature = $this->_getFixedString($this->_markers[$i]['data'], 0, 6);
1683 $data =& $this->_markers[$i]['data'];
1959 $count = count($this->_markers);
1961 if ($this->_markers[$i]['marker'] == 0xE1) {
1962 $signature = $this->_getFixedString($this->_markers[$i]['data'], 0, 6);
1964 $data =& $this->_markers[$i]['data'];
2412 if (!isset($this->_markers)) {
2416 if ($this->_markers == null || $this->_isMarkerDisabled('adobe')) {
2421 $count = count($this->_markers);
2423 if ($this->_markers[$i]['marker'] == 0xED) {
2424 $signature = $this->_getFixedString($this->_markers[$i]['data'], 0, 14);
2426 $data =& $this->_markers[$i]['data'];