Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/raw/
H A DRAW.cpp115 fRead(stream), in DCRaw()
339 fRead(entries); in _ParseThumbTag()
347 _Thumb().data_offset = fRead.Next<uint32>(); in _ParseThumbTag()
349 _Thumb().bytes = fRead.Next<uint32>(); in _ParseThumbTag()
351 fRead.Seek(nextOffset, SEEK_SET); in _ParseThumbTag()
400 bool originalSwap = fRead.IsSwapping(); in _ParseManufacturerTag()
407 fRead(type, sizeof(type)); in _ParseManufacturerTag()
418 fRead.SetSwap(B_HOST_IS_LENDIAN != 0); in _ParseManufacturerTag()
424 while ((offset = fRead.Position()) < image.data_offset in _ParseManufacturerTag()
430 whiteBalance[3] = fRead.Next<uint16>(); in _ParseManufacturerTag()
[all …]
H A DRAW.h144 TReadHelper fRead; variable