Searched refs:fRead (Results 1 – 2 of 2) sorted by relevance
115 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 …]
144 TReadHelper fRead; variable