Lines Matching refs:dng_host
39 dng_host::dng_host (dng_memory_allocator *allocator, in dng_host() function in dng_host
62 dng_host::~dng_host () in ~dng_host()
69 dng_memory_allocator & dng_host::Allocator () in Allocator()
90 dng_memory_block * dng_host::Allocate (uint32 logicalSize) in Allocate()
99 void dng_host::SniffForAbort () in SniffForAbort()
108 void dng_host::ValidateSizes () in ValidateSizes()
193 uint32 dng_host::SaveDNGVersion () const in SaveDNGVersion()
202 bool dng_host::SaveLinearDNG (const dng_negative & /* negative */) const in SaveLinearDNG()
211 bool dng_host::IsTransientError (dng_error_code code) in IsTransientError()
234 void dng_host::PerformAreaTask (dng_area_task &task, in PerformAreaTask()
247 uint32 dng_host::PerformAreaTaskThreads () in PerformAreaTaskThreads()
256 dng_exif * dng_host::Make_dng_exif () in Make_dng_exif()
276 dng_xmp * dng_host::Make_dng_xmp () in Make_dng_xmp()
296 dng_shared * dng_host::Make_dng_shared () in Make_dng_shared()
314 dng_ifd * dng_host::Make_dng_ifd () in Make_dng_ifd()
332 dng_negative * dng_host::Make_dng_negative () in Make_dng_negative()
341 dng_image * dng_host::Make_dng_image (const dng_rect &bounds, in Make_dng_image()
364 dng_opcode * dng_host::Make_dng_opcode (uint32 opcodeID, in Make_dng_opcode()
520 void dng_host::ApplyOpcodeList (dng_opcode_list &list, in ApplyOpcodeList()
533 void dng_host::ResampleImage (const dng_image &srcImage, in ResampleImage()